MaksimZhukov
|
f4eefdc659
|
[Beta] Implement the new structure of the match object for the changed-files section (#680)
* Implement the new structure of the match object for changed files section
* Replace inner loops with the find method
v5.0.0-beta.1
|
2023-09-20 13:43:39 +02:00 |
|
MaksimZhukov
|
4f052778de
|
Merge pull request #574 from MaksimZhukov/v5.0.0-beta.1
fix: correct reading of sync-labels input
v5.0.0-alpha.1
|
2023-05-24 13:03:28 +02:00 |
|
MaksimZhukov
|
26342ba349
|
fix: correct reading of sync-labels input
|
2023-05-24 12:21:33 +02:00 |
|
MaksimZhukov
|
e1fcf6fe5b
|
Merge pull request #203 from joshdales/main
Assigns labels based on branch names
|
2023-05-24 12:01:55 +02:00 |
|
dependabot[bot]
|
2713f7303c
|
Bump @typescript-eslint/eslint-plugin from 5.59.6 to 5.59.7 (#572)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.6 to 5.59.7.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-23 19:12:09 +02:00 |
|
dependabot[bot]
|
a4eda65d3d
|
Bump @typescript-eslint/parser from 5.59.6 to 5.59.7 (#573)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.6 to 5.59.7.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-23 19:07:31 +02:00 |
|
MaksimZhukov
|
5c4deb8a24
|
Revert "fix: correct reading of sync-labels input. (#480)" (#564)
This reverts commit 751921c443.
|
2023-05-23 19:06:03 +02:00 |
|
dependabot[bot]
|
61662e8f41
|
Bump eslint from 8.40.0 to 8.41.0 (#569)
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.40.0...v8.41.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-23 11:49:27 +02:00 |
|
dependabot[bot]
|
6b107e7a7e
|
Bump @typescript-eslint/parser from 5.59.5 to 5.59.6 (#565)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.5 to 5.59.6.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.6/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-17 15:19:55 +02:00 |
|
dependabot[bot]
|
d93c73a681
|
Bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6 (#566)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.5 to 5.59.6.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.6/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-17 15:15:42 +02:00 |
|
Josh Dales
|
3352df1f2b
|
Bring test I accidently deleted
|
2023-05-17 07:26:44 -04:00 |
|
Josh Dales
|
57d34076e0
|
Better check for empty configs in checkAll
|
2023-05-17 07:05:19 -04:00 |
|
Josh Dales
|
a256a58edf
|
Add check for empty objects in checkAll
|
2023-05-15 10:45:56 -04:00 |
|
Josh Dales
|
a5bed11d4d
|
Run the build command
|
2023-05-11 17:02:27 -04:00 |
|
Josh Dales
|
4ac17648a4
|
Add a guard clause to stop false changed-files positives
|
2023-05-11 17:02:05 -04:00 |
|
Josh Dales
|
34a5bf6e83
|
Update the validation when there are no options in the matchConfigs
|
2023-05-11 17:01:46 -04:00 |
|
Josh Dales
|
09645fd40d
|
Move the allowed Matchconfig keys into a constant
|
2023-05-11 16:37:58 -04:00 |
|
Josh Dales
|
51cc5e079c
|
Update text in test descriptions and logging
Co-authored-by: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com>
|
2023-05-11 16:35:05 -04:00 |
|
dependabot[bot]
|
b6f708799c
|
Bump @typescript-eslint/eslint-plugin from 5.59.2 to 5.59.5 (#559)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.2 to 5.59.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.5/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-11 12:24:42 +02:00 |
|
dependabot[bot]
|
2d89bd5059
|
Bump @typescript-eslint/parser from 5.59.2 to 5.59.5 (#560)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 5.59.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.5/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-10 13:25:33 +02:00 |
|
dependabot[bot]
|
581d1100aa
|
Bump eslint from 8.39.0 to 8.40.0 (#558)
Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.40.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.39.0...v8.40.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-09 13:07:47 +02:00 |
|
dependabot[bot]
|
8bb4872750
|
Bump eslint from 8.38.0 to 8.39.0 (#543)
Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.39.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-05 15:52:58 +02:00 |
|
dependabot[bot]
|
9c4ae1e112
|
Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.2 (#553)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.58.0 to 5.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-05 15:44:42 +02:00 |
|
dependabot[bot]
|
228fdad71d
|
Bump prettier from 2.8.7 to 2.8.8 (#544)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-05 15:44:04 +02:00 |
|
dependabot[bot]
|
377691d3d6
|
Bump @typescript-eslint/parser from 5.58.0 to 5.59.2 (#554)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.58.0 to 5.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-05-05 15:43:18 +02:00 |
|
Josh Dales
|
9cfddd0144
|
Consolidate the new any change files test into the old one
|
2023-05-05 09:05:40 -04:00 |
|
Josh Dales
|
3aa0d436e5
|
Better test description
|
2023-05-05 09:02:53 -04:00 |
|
Josh Dales
|
9488def29a
|
Update tests and build
|
2023-05-05 08:58:23 -04:00 |
|
Josh Dales
|
11812c37f6
|
Revert "Have a single isMatch for checking changed files"
This reverts commit d4d4a104a2.
|
2023-05-05 08:56:09 -04:00 |
|
Josh Dales
|
68a2598016
|
Merge branch 'actions:main' into main
|
2023-04-13 16:07:45 -04:00 |
|
Josh Dales
|
13e75b4361
|
minor update to the readme
|
2023-04-13 15:20:47 -04:00 |
|
Josh Dales
|
2a3422a64e
|
Better description for the new test
|
2023-04-13 15:15:10 -04:00 |
|
Josh Dales
|
c1b0ca76ee
|
Run the build command
|
2023-04-13 15:02:40 -04:00 |
|
Josh Dales
|
2637d23bca
|
Add test for when not all globs match any changed file
|
2023-04-13 14:58:52 -04:00 |
|
Josh Dales
|
d4d4a104a2
|
Have a single isMatch for checking changed files
|
2023-04-13 14:38:41 -04:00 |
|
dependabot[bot]
|
9471598e3b
|
Bump @typescript-eslint/parser from 5.57.0 to 5.58.0 (#539)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.0 to 5.58.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.58.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-13 14:13:32 +02:00 |
|
dependabot[bot]
|
b0e65268f8
|
Bump eslint from 8.37.0 to 8.38.0 (#537)
Bumps [eslint](https://github.com/eslint/eslint) from 8.37.0 to 8.38.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.37.0...v8.38.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-13 14:11:16 +02:00 |
|
dependabot[bot]
|
757daa4b3c
|
Bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.58.0 (#540)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.57.0 to 5.58.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.58.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-13 14:10:51 +02:00 |
|
Ivan
|
d8f73a2893
|
Fix glob bug in package.json scripts section (#528)
|
2023-04-03 12:49:40 +02:00 |
|
Milos Pantic
|
3c1531c7aa
|
Merge pull request #531 from actions/dependabot/npm_and_yarn/eslint-8.37.0
Bump eslint from 8.36.0 to 8.37.0
|
2023-03-30 20:00:49 +02:00 |
|
dependabot[bot]
|
2fad4e29df
|
Bump eslint from 8.36.0 to 8.37.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.36.0...v8.37.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-30 17:51:01 +00:00 |
|
Milos Pantic
|
656fcaf1a6
|
Merge pull request #530 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.57.0
Bump @typescript-eslint/parser from 5.56.0 to 5.57.0
|
2023-03-30 19:50:04 +02:00 |
|
dependabot[bot]
|
649bbe91ec
|
Bump @typescript-eslint/parser from 5.56.0 to 5.57.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-30 17:35:26 +00:00 |
|
Milos Pantic
|
dc4d5ad22c
|
Merge pull request #529 from actions/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.57.0
Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0
|
2023-03-30 19:34:49 +02:00 |
|
Milos Pantic
|
b5e92d4c4b
|
Merge pull request #527 from actions/dependabot/npm_and_yarn/prettier-2.8.7
Bump prettier from 2.8.6 to 2.8.7
|
2023-03-30 19:31:44 +02:00 |
|
dependabot[bot]
|
4c60b58719
|
Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-28 15:57:02 +00:00 |
|
Josh Dales
|
7f169bc0f2
|
Merge pull request #4 from joshdales/another-config-setup
Change the structure of the config
|
2023-03-27 17:25:27 -04:00 |
|
Josh Dales
|
2f1dfd1ef0
|
Adjust the indenting again
|
2023-03-27 17:15:14 -04:00 |
|
Josh Dales
|
b1a2f85ed8
|
Update debugging indentation on the branch checks
|
2023-03-27 16:37:55 -04:00 |
|
Josh Dales
|
67604ee822
|
Update more debugging statements
|
2023-03-27 16:26:58 -04:00 |
|