1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 11:17:48 +02:00

Commit Graph

  • fc5eb711b0 Revert "reverse the conditions of checkMatch" Josh Dales 2023-03-15 05:52:04 -04:00
  • 3eec5d8ccc Update the syntax for checking a match Josh Dales 2023-03-15 05:47:35 -04:00
  • 90ef37079a Merge branch 'actions:main' into main Josh Dales 2023-03-18 16:44:40 -04:00
  • f40b38734d Correct errors and typos in the README Josh Dales 2023-03-17 17:14:59 -04:00
  • ca88756804 Update configuration files (#513) github-actions[bot] 2023-03-15 00:45:03 +01:00
  • 2a81921fe4 Bump eslint from 8.35.0 to 8.36.0 dependabot[bot] 2023-03-13 15:56:59 +00:00
  • 4a96e771de Merge branch 'main' into dot-option Alexander Kachkaev 2023-03-12 22:13:26 +00:00
  • 59036c7b95 Merge pull request #509 from akv-platform/reusable-workflow Marko Zivic 2023-03-10 10:56:35 +01:00
  • a589a5f6e6 Add update-config-files.yml IvanZosimov 2023-03-09 14:03:36 +01:00
  • 8d81f881dd Add and configure ESLint and update configuration for Prettier (#508) Ivan 2023-03-09 15:02:17 +02:00
  • 84e83a9b19 Merge branch 'main' into main Josh Dales 2023-03-08 18:10:37 -05:00
  • ba790c862c feat: default repo-token to github.token (#227) v4.0.3 Michaël De Boey 2023-03-07 12:25:56 +01:00
  • 5e6bdf6d89 update the example workflow in the readme Josh Dales 2023-03-03 11:17:10 -05:00
  • 394a01bde3 Make getBranchName argument non-optional Josh Dales 2023-03-03 11:15:48 -05:00
  • 2a5bc55cbf Fix bad test descriptions Josh Dales 2023-03-03 09:28:40 -05:00
  • 2e10ffb6ec Reference minimatch in docs Josh Dales 2023-03-03 09:26:43 -05:00
  • e5b1bddf5e Update the README with documentation about the new config structure Josh Dales 2023-02-21 11:51:45 -05:00
  • 8943ca20c9 Merge pull request #3 from joshdales/new-config-structure Josh Dales 2023-02-21 08:38:50 -05:00
  • 56347d54a1 Add unit tests for toBranchMatchConfig Josh Dales 2023-02-21 08:30:24 -05:00
  • da83a1845f Make sure that the changed files config values are an array Josh Dales 2023-02-19 18:10:19 -05:00
  • ed31b27f2e Rename some functions and variables to match what they are doing Josh Dales 2023-02-19 16:46:14 -05:00
  • 09f085373a Fix some typos in the branch checks Josh Dales 2023-02-19 12:17:15 -05:00
  • b3338513be Merge pull request #498 from actions/dependabot/npm_and_yarn/prettier-2.8.4 Milos Pantic 2023-02-08 19:11:52 +01:00
  • 7500838c8c Merge pull request #496 from actions/dependabot/npm_and_yarn/typescript-4.9.5 Milos Pantic 2023-02-08 19:11:36 +01:00
  • 46f10bd82e Merge pull request #493 from actions/dependabot/npm_and_yarn/vercel/ncc-0.36.1 Milos Pantic 2023-02-08 19:11:21 +01:00
  • cfabdea1fa Bump prettier from 2.8.2 to 2.8.4 dependabot[bot] 2023-02-08 15:00:39 +00:00
  • 826c4e60e2 Bump typescript from 4.9.4 to 4.9.5 dependabot[bot] 2023-01-31 15:01:02 +00:00
  • 8e3e86e548 Update workflow badges (#495) Ivan 2023-01-31 08:47:18 +02:00
  • 0eb9d49330 reverse the conditions of checkMatch Josh Dales 2023-01-29 15:58:23 -05:00
  • b071d82cb8 Run the build command Josh Dales 2023-01-29 15:09:44 -05:00
  • 7d175313b7 Update the labeler tests Josh Dales 2023-01-29 15:09:06 -05:00
  • 969899da68 Add the changedFiles key and update logic in labeler Josh Dales 2023-01-29 14:10:07 -05:00
  • 7a5c525049 Create new interfaces for MatchConfig Josh Dales 2023-01-28 23:12:53 -05:00
  • 922ffdf5ad Remove deprecated IMinimatch import from labeler.ts Josh Dales 2023-01-28 22:43:56 -05:00
  • 231de6bc24 Remove the branch option and replace with just head-branch and base-branch Josh Dales 2023-01-28 22:30:05 -05:00
  • 2daf35ae4b Add an extra test now that we can check the base branch Josh Dales 2023-01-28 18:08:48 -05:00
  • 0b6e68d75a Add options for getting the head or base branch Josh Dales 2023-01-28 17:53:41 -05:00
  • cd3a8df80d Create a test file for branch Josh Dales 2023-01-28 16:23:47 -05:00
  • 2343710777 Move all the branch checking into its own file Josh Dales 2023-01-28 15:58:00 -05:00
  • f2b2513f41 Update the matching to use a regexp rather than minimatch Josh Dales 2023-01-28 15:34:31 -05:00
  • 8c59eccb9d Rename the getBranchName helper Josh Dales 2023-01-28 15:14:15 -05:00
  • d4bda4db14 Bump @vercel/ncc from 0.36.0 to 0.36.1 dependabot[bot] 2023-01-26 15:00:59 +00:00
  • 305cfeb74c Rebuild Alexander Kachkaev 2023-01-16 17:40:12 +00:00
  • 866eff55a5 Merge remote-tracking branch 'origin/main' into dot-option Alexander Kachkaev 2023-01-16 17:36:24 +00:00
  • b435530b77 Update release-new-action-version.yml (#479) MaksimZhukov 2023-01-12 13:52:12 +01:00
  • 7b1327b4c4 Run the build command Josh Dales 2023-01-11 17:12:22 -05:00
  • c54c5a2057 Run prettier Josh Dales 2023-01-11 17:09:44 -05:00
  • 7f8d8e472d Merge branch 'main' into main Josh Dales 2023-01-11 17:02:22 -05:00
  • 36adcc2cb2 Update licenses and dependencies (#477) MaksimZhukov 2023-01-09 15:27:57 +01:00
  • 4878a7e749 Bump prettier from 2.7.1 to 2.8.1 (#465) dependabot[bot] 2023-01-09 15:16:34 +01:00
  • a11f1c4163 Replace workflow badge with new badge (#476) Jongwoo Han 2023-01-05 18:44:32 +09:00
  • 9080674cf7 Merge pull request #474 from actions/update-code-owners Marko Zivic 2022-12-27 09:27:42 +01:00
  • 6870bfd4e8 Update CODEOWNERS update-code-owners Evgenii Korolevskii 2022-12-26 09:47:41 +01:00
  • 4b5a5f236d Update CODEOWNERS update-codeowners Evgenii Korolevskii 2022-12-23 00:00:24 +01:00
  • 91690a7e55 Merge pull request #470 from akv-platform/apply-reusable-workflows Ivan 2022-12-22 10:50:36 +02:00
  • f7b1827ed3 docs: minor hint regarding glob notation (#285) Lukas Hennies 2022-12-21 15:59:36 +01:00
  • 55e1958307 Fix review points IvanZosimov 2022-12-20 16:53:03 +01:00
  • 34b1b365e1 Merge pull request #278 from jsoref/fix-at-example MaksimZhukov 2022-12-20 10:25:28 +01:00
  • ce7f13552d Rebuild project IvanZosimov 2022-12-19 17:18:39 +01:00
  • 0cad484cd0 Add .prettierrc.json to configure Prettier, reformat code IvanZosimov 2022-12-19 17:09:22 +01:00
  • d42abd99fe Update prettier commands IvanZosimov 2022-12-19 16:58:25 +01:00
  • e63db1786a Update licenses and rebuild action IvanZosimov 2022-12-19 16:48:00 +01:00
  • cdcdd9a42c Update dependency to eliminate vulnerability IvanZosimov 2022-12-19 16:43:21 +01:00
  • e07202b67f Update workflows to use reusable-workflows IvanZosimov 2022-12-19 16:40:34 +01:00
  • 5776c3457c Merge pull request #463 from MaksimZhukov/add-issue-templates Marko Zivic 2022-12-14 09:50:11 +01:00
  • 1e8fa0b154 Add issue templates and workflow files MaksimZhukov 2022-12-07 09:17:16 +01:00
  • 3e20f3d061 Bump typescript from 4.8.2 to 4.8.4 (#440) dependabot[bot] 2022-11-15 11:43:09 -05:00
  • b78dba3eb5 Simplify globbing examples in README Youssef Victor 2022-10-23 04:53:56 +02:00
  • 5c7539237e Merge pull request #444 from actions/rentziass/update-actions-core v4.0.2 Francesco Renzi 2022-10-07 11:04:13 +01:00
  • d8fb392051 Update @actions/core to 1.10.0 rentziass/update-actions-core Francesco Renzi 2022-10-06 11:51:14 +01:00
  • 20251547f9 Simplify glob Alexander Kachkaev 2022-10-05 14:37:24 +01:00
  • 4c74e84461 Fix typo in the README Josh Dales 2022-09-22 09:05:46 -04:00
  • d89797c51d Merge remote-tracking branch 'upstream/main' into dot-option Alexander Kachkaev 2022-09-14 14:54:45 +01:00
  • a96e5aec3e Regenerate package-lock with latest node/npm (#435) Patrick Ellis 2022-09-07 11:19:54 -04:00
  • 29c5a6ab81 Regenerate package-lock with latest node/npm regen-package-lock-json Patrick Ellis 2022-09-07 11:11:01 -04:00
  • 9f8414f4c4 Bump typescript from 4.6.3 to 4.8.2 (#430) dependabot[bot] 2022-09-07 10:41:20 -04:00
  • 97727458a9 Bump prettier from 2.6.2 to 2.7.1 (#402) dependabot[bot] 2022-09-07 10:36:59 -04:00
  • 0861fa5acc Run the build command Josh Dales 2022-08-30 17:24:00 -04:00
  • 0ad789cf22 Merge branch 'main' into main Josh Dales 2022-08-29 20:37:19 -04:00
  • e54e5b338f 4.0.1 (#422) v4.0.1 Patrick Ellis 2022-08-12 12:23:34 -04:00
  • 2414c0b612 4.0.1 4.0.1 Patrick Ellis 2022-08-12 12:16:46 -04:00
  • ee18d5d34e 4.1.0 4.1.0 Patrick Ellis 2022-08-12 12:11:16 -04:00
  • fd87190791 Bump package.json version to 4.0.0 (#419) Patrick Ellis 2022-08-12 11:01:38 -04:00
  • 49f3815da5 re-run npm run build bump-package-json-4.0 Patrick Ellis 2022-08-12 10:57:46 -04:00
  • 64d8caf4a6 bump version in package-lock.json Patrick Ellis 2022-08-12 10:56:16 -04:00
  • 5e7dbb3581 re-run npm run build rebuild-dist-from-main Patrick Ellis 2022-08-12 10:49:20 -04:00
  • 5205cbf0d2 re-run npm run build Patrick Ellis 2022-08-12 10:38:59 -04:00
  • 33b7abec3a Bump package.json version to 4.0.0 Patrick Ellis 2022-08-12 10:36:59 -04:00
  • c959bdd7a7 Merge pull request #417 from cory-miller/main Patrick Ellis 2022-08-12 10:32:46 -04:00
  • 493ae8a9ee re-build package Cory Miller 2022-08-11 15:43:30 -04:00
  • 15508143cd fix license type for other version of actions/http-client Cory Miller 2022-08-11 15:31:09 -04:00
  • a29491a7fe fix license type for actions/http-client Cory Miller 2022-08-11 15:29:30 -04:00
  • 6e5bdb78b3 Updates licenses Cory Miller 2022-08-11 14:57:12 -04:00
  • 3d918ddbb6 Bump @actions/core Cory Miller 2022-08-11 14:24:26 -04:00
  • 74e99cda29 Merge pull request #376 from actions/dependabot/npm_and_yarn/vercel/ncc-0.34.0 Patrick Ellis 2022-07-18 07:31:49 -07:00
  • 6e276063fe Update README with reference to branch options Josh Dales 2022-06-11 13:28:58 -04:00
  • 818399d10f Merge branch 'main' into main Josh Dales 2022-06-11 07:30:44 -04:00
  • d81b3992ae Bump @vercel/ncc from 0.33.3 to 0.34.0 dependabot[bot] 2022-05-26 15:01:09 +00:00
  • ed55e8ab1f Merge pull request #341 from actions/dependabot/npm_and_yarn/typescript-4.6.3 Patrick Ellis 2022-04-21 13:28:23 -04:00
  • a0f7b6adbb Bump typescript from 4.6.2 to 4.6.3 dependabot[bot] 2022-04-21 17:26:03 +00:00