labeler icon indicating copy to clipboard operation
labeler copied to clipboard

An action for automatically labelling pull requests

Results 150 labeler issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.7 to 18.7.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.7&new-version=18.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The use-case seems like it would be quite useful and natural: I would like a label to apply if ALL of the changed files are of a few certain types....

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.0 to 5.0.3. Changelog Sourced from @​actions/github's changelog. 5.0.3 Update to v2.0.1 of @actions/http-client #1087 5.0.2 Update to v2.0.0 of @actions/http-client 5.0.1 Update Octokit Dependencies Commits See...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 5.1.0. Commits 6410ef3 5.1.0 43cfa81 use windowsPathNoEscape/allowWindowsEscape opts e2a142c docs: remote extra bracket 9f49616 5.0.1 cdc3188 don't load the whole path module just for the...

dependencies

When having a `labeler.yml` where patterns may be expanded to match similar file patterns, none of those will be matched. Consider the following `labeler.yml`: ``` 'some-label': - 'something*.txt' - 'something/**/*.txt'...

The labeler.yaml defined like below: ``` underlying: - any: ['core/consensus/src/*', 'core/mempool/src/*', 'core/executor/src/*', 'core/network/src/*', 'core/storage/src/*'] ``` But the label not apply since the labeler thinks the change file not matched to...

Labeler has a bunch of more or less related problems. * it doesn't properly annotate its `action.yml` * it confuses booleans and strings #404 * it doesn't handle permissions errors...

added minor hint on globs with leading * references #284

**Motivation** It's useful when a previous step/job in a workflow creates a PR, or in general when the workflow is executed in the context of a different event (could be...