Describe the bug
The 'Periodic Labeler' GitHub action does not seem to work in it's current configuration. I have allowed several days for it to repeatedly run, which it does. But my pull requests remain unlabelled.
To Reproduce
Steps to reproduce the behavior:
- Create a Pull Request
- Don't add labels
- Wait
Expected behavior
After this action runs, unlabelled pull requests that match the patterns in .github/labeler.yml should have labels matching the rules applied. This should include pull requests of my own, and external origin.
Additional context
We may just remove this specific action, and replace with one of the other pull request label solutions. However, this will mean pull requests from other users will not be labelled against. Just a limitation of GitHub, I have read.
Describe the bug
The 'Periodic Labeler' GitHub action does not seem to work in it's current configuration. I have allowed several days for it to repeatedly run, which it does. But my pull requests remain unlabelled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After this action runs, unlabelled pull requests that match the patterns in
.github/labeler.ymlshould have labels matching the rules applied. This should include pull requests of my own, and external origin.Additional context
We may just remove this specific action, and replace with one of the other pull request label solutions. However, this will mean pull requests from other users will not be labelled against. Just a limitation of GitHub, I have read.