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 have a labeler action set up for when PR is opened, using all your default settings. The [labeler YAML](https://github.com/astropy/astropy/blob/master/.github/labeler.yml) is set up as such (relevant parts listed below): ```yaml...

Found in this comment, this gave me trouble: https://github.com/actions/labeler/issues/10#issuecomment-524179497

I was wondering if it is either possible or desired to have a feature to: configure a label based on whether a file was newly created vs. a file was...

feature request
needs eyes

feature request
needs eyes

So so it can be used in a workflow that creates a PR automatically like `repo-sync/pull-request` then add in labels at creation rather than having to run an additional workflow...

🐞 **Problem** When using the `on.pull_request_target` option with `types: [opened, reopened]` arguments, GitHub actions complained about the syntax of the YML file, see the following log: - Failing actions file:...

https://github.com/Imtiyaz-Choudhary/demo-repository/blob/add-auto-assign-workflow/README.md

> https://github.com/actions/runner/pull/1781 _Originally posted by @Imtiyaz40 in https://github.com/Imtiyaz-Choudhary/demo-repository/issues/4#issuecomment-1105409128_

Thank you so much for the work that you've all put in on this labeler action! I've been going through some of the apache repos and updating them to use...

Question: Is it possible to remove/not add a certain label when another label has been added from another path? Configuration example: docs: docs/* automerge: '**/*.json' workflow: .github/workflows/* I would like...