We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We cannot safely trigger the job off of an issue comment. I'm thinking we should instead trigger it when a pull request gets a particular label:
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
This should limit who can run the job to anyone who has "triage" access to the repo:
https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#applying-a-label
So it's a whitelist that we can easily control.
The text was updated successfully, but these errors were encountered:
ab5972a
Successfully merging a pull request may close this issue.
We cannot safely trigger the job off of an issue comment. I'm thinking we should instead trigger it when a pull request gets a particular label:
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
This should limit who can run the job to anyone who has "triage" access to the repo:
https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#applying-a-label
So it's a whitelist that we can easily control.
The text was updated successfully, but these errors were encountered: