Skip to content
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

Implement GitHub actions to sync status labels #117

Open
soehms opened this issue Jan 13, 2023 · 1 comment
Open

Implement GitHub actions to sync status labels #117

soehms opened this issue Jan 13, 2023 · 1 comment

Comments

@soehms
Copy link
Member

soehms commented Jan 13, 2023

    > > Github sadly doesn't have a good search function for "has a review requiring changes" and thus many repos use a "needs review" and "needs work" label to indicate what is required to move this PR forward.

OK, good points there. I'll map them to labels. Preparation for this is in 9c0c175. Probably best to refactor label handling next.

It's a good idea to have needs_review or needs_work as labels. On the other hand, since this is redundant information, we need to sync these labels with the GitHub states. Otherwise they will immediately run out of reliability.

I think we can use triggers like this for that.

Originally posted by @soehms in #8 (comment)

@mkoeppe mkoeppe added this to the After the migration milestone Jan 13, 2023
@mkoeppe
Copy link
Member

mkoeppe commented Jan 14, 2023

Similarly, when setting the label invalid, we could remove priority labels. For the imported tickets, I'm doing this in #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants