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

Hey! I am using this action on an open-source repository with these settings: ```yml DB: - data/**/*.sql CORE: - any: ['src/**/*.cpp', 'src/**/*.h', '!src/server/scripts/*'] Script: - src/server/scripts/**/*.cpp - src/server/scripts/**/*.h Documentation: -...

Hello. Thanks for the labeler action. I am trying to use it to apply labels based on directories touched, however, it is unclear this alone is enough if I want...

Having created a branch with an empty commit, I create a PR with some tags added manually, then labeler github action is executed and removes (synchronize) all labels that I...

And also highlights yaml

Something similar for issues would be fantastic. Maybe instead of a file glob a regex that gets matched against the description and title (might be configurable later on). I guess...

feature request
needs eyes

I'm using this action as one step in a multi step (job actually) workflow. I would like to have this action label PRs based on the files changed, but subsequently...

I have a fork of cntt-n/CNTT in CsatariGergely/CNTT where I would like to test the labeler action before I propose a pr to the upsream repo. I've applied the example...

Hi, I am building a bot that reacts on setting of a label, adds something to a PR and is then done. At the end of its job I would...

Hi, we are using the `v3-preview` branch and accidentally had some incorrect yaml syntax in our configuration for this action: ```yaml "t: docs 📚": - docs/* - docs/**/* - ./**/*.md...

Could the automatic labeler support more triggers than just the paths changed? A very useful workflow for us would be set labels on the PR depending on the base branch...