-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run a GitHub Action weekly to check for issues that are missing labels #16273
Comments
How would we process this result? e.g. we "notice" a failed checkrun, or something else? |
We'll probably accidentally ignore the failed checkrun for the label check action. I usually ignore all CI messages that come from my PRs in this repository. Usually they're just telling me that a CI run has been cancelled due to merging in the latest Ideally the action would open an issue something like this: # Label check action
## Found issue(s) with missing `status:` labels:
- #<number>
## Found issues(s) with missing `type:` labels:
- #<number>
## Found issues(s) with missing `priority` labels:
- #<number> |
@JamieMagee this is somewhat related to the issue you opened recently: Checking labels is a thing that the GitHub Action can do for us. But I need somebody else to write the code. 😉 Let me know what you think? 😉 |
@JamieMagee do you want to work on this issue? |
@HonkingGoose Not right now, but you're right that the |
Do you guys mind if I work on this one? |
I'm happy for you to work on this. What changed?Some things changed between when I opened this issue and now, that you should know:
Related PR:Issue labeling docsOur Issue labeling docs mention a search for the issue and for the priority labels. Updated requirementsI think the updated requirements are:
|
@denis-rossati I'm assigning this issue to you, so we know you're going to work on it. 😉 |
Much appreciated! I'm already working on it |
Describe the proposed change(s).
Intro
I wrote some GitHub issue search queries that help us check if any issues are wrongly labeled.
Maybe we can automate this task, by writing a GitHub Action script.
Requirements
Queries
Todo:
docs/development/issue-labeling
to remove the queries, and mention the GitHub action check runThe text was updated successfully, but these errors were encountered: