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

Block assigning if "needs-triage" or similar label is present on issue #20

Closed
bdougie opened this issue Feb 27, 2023 · 2 comments · Fixed by #24
Closed

Block assigning if "needs-triage" or similar label is present on issue #20

bdougie opened this issue Feb 27, 2023 · 2 comments · Fixed by #24

Comments

@bdougie
Copy link
Owner

bdougie commented Feb 27, 2023

Will triage this in the future but it came up via Twitter

https://twitter.com/bdougieyo/status/1630070959465185282?s=46&t=0owJlfkLuep9ISdvDKzq4A

@a0m0rajab
Copy link

This could be done with:

if: ${{ github.event.label.name == 'bug' }}

https://stackoverflow.com/questions/62325286/run-github-actions-when-pull-requests-have-a-specific-label

@nickytonline
Copy link
Collaborator

@bdougie, as discussed, I can work on this.

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

Successfully merging a pull request may close this issue.

3 participants