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

I was using the labeler quite a while now, so I can have nice labels for my mono-repo. But since a few weeks I get always(~99%) the same errors (see...

Currently, **actions/labeler** can only read the configuration from the source repository, due to it using the context and API to fetch the configuration file. This PR adds support for first...

I would like to perform some action when labeler labels my PR with a specific label. When I commit changes that trigger labeler, that is a pull_request synchronize type, but...

- [x] `@"This` XML file does not appear to have any style information associated with it. The document tree is shown below. Washington Post Washington Post News Feed https://www.washingtonpost.com Mon,...

This pr adds an error message for missing config files, instead of throwing a generic http Not Found error it now displays the likely reason. This appears to solve /...

2019-08-30T04:47:25.3784277Z Current runner version: '2.157.2' 2019-08-30T04:47:25.3803572Z Prepare workflow directory 2019-08-30T04:47:25.4369293Z Prepare all required actions 2019-08-30T04:47:25.4675219Z Download action repository 'actions/labeler@v2' 2019-08-30T04:47:27.8427078Z ##[group]Run actions/labeler@v2 2019-08-30T04:47:27.8498581Z with: 2019-08-30T04:47:27.8498775Z repo-token: *** 2019-08-30T04:47:27.8498811Z configuration-path: .github/labeler.yml...

I have the following configuration: ```.github/labeler.yml``` ``` 'labelA': - any: ['**/*.{sql,sqlproj}', '/DbSchema/SchemaMigrations/**', '/OS.DB/**'] all: ['!/QA/**'] 'labelB': - any: ['**/*.{config,cs,cshtml,csproj,sln,bat,cfg,dll,exe,ndproj,ps1,rb,sh}', 'Scripts/**/*', 'Utils/**/*', 'VSProjects/**/*', 'Rakefile', '.sonarlint/**', '.editorconfig', '.gitignore', '.gitattributes'] all: ['!QA/**/*'] 'labelC':...

Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be...