chore: check for non-labeled issues#32707
Conversation
rarkins
left a comment
There was a problem hiding this comment.
Can we determine what the results would be for this repo prior to merging? e.g. via a console output or running the same logic manually locally?
HonkingGoose
left a comment
There was a problem hiding this comment.
First round of review.
I'll review the Bash script soon. 😉
HonkingGoose
left a comment
There was a problem hiding this comment.
Second round of reviews, this time for the comments in the script.
After the suggestions and changes have been made, we need to check the technical bits of the Bash script itself.
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
rarkins
left a comment
There was a problem hiding this comment.
Could you explain what the Label check action label is used for? And in particular: is this solution impossible without it?
Could the issue be identified instead using author + issue title? |
@rarkins The label is just a way to identify the issue that lists the other issues. Title + author (bot) ist also possible. This would have the benefit that no label has to be created. I can try that. |
@rarkins I have done it. This has even simplified the script a little:) |
HonkingGoose
left a comment
There was a problem hiding this comment.
Some small text changes.
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
secustor
left a comment
There was a problem hiding this comment.
Else LGTM, but would prefer to keep all tools in the JS/TS ecosystem for maintenance
…pF/renovate into chore/label-checker-action
|
🎉 This PR is included in version 39.72.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
This PR will create a new workflow that once in a week will check all open issues and search if any of them are not labeled correctly. If all of them are labeled as expected, it'll cleanly complete the job, otherwise, a new issue reporting the unlabeled issues will be created.
I have tested the action on a test repository: https://github.com/ph1l1pF/renovate-test/issues
Context
Closes #16273
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: