labeler
labeler copied to clipboard
Label manager for PRs and Issues based on configurable conditions
i need to filter some changed files in specific directory but the applied regex not working even I tested on https://regex101.com/ - label: "payment" files: - "feature/wallet/.*" ` - "(.*?)\/(addressbook|travelrules|walletsigning)\/.*"`
Thanks for putting this action together, very useful! This pull request improves the overall speed of this action by introducing the following changes: - Automatically building and upload compiled go...
Logs from GH action: ```bash 2022/07/26 13:26:48 Matching `^fix\(.*\)[^!]((?!BREAKING\sCHANGE).)*$` against: `fix(.github/labeler.yml): labels not being applied correctly [CDS-000]` 2022/07/26 13:26:48 release-as-fix: condition Title matches regex yields false ``` Label config ```yml...
Hello! Thanks for the great action! This is a feature request -- if you're not open to those, no worries! --- In some teams, people merge their own PRs once...
When I tried to use `srvaroa/labeler` action in GitHub Server, I got the error message like below. ``` GET https://api.github.com/repos/${my-org}/${my-repo}/contents/.github/labeler.yaml?ref=xxxxxxxxxxx: 401 Bad credentials [] ``` I think that configuration for...
No labels were added for files changed within submodules. Can support please be added? Thanks!
I am wondering whether regex patterns that have both include/exclude parts are correctly handled. I would like to be able to mark all files whose path matches a pattern with...
The `labeler` action creates the corresponding labels in `GitHub` if not already created when matches are found. Although this might mean less work is needed to create labels, it also...
as far as I understand, you can only determine between mergeable true/false, but it would be also nice to check whether it is a draft PR or not.
Hi, first of all, thanks for that solution 🙏 In one of my repositories, I would like to define a list of available branch types. And if someone created a...