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
What problem would you like to address?
Currently for someone to run the slash commands (i.e. /test all), the user must be admin of the repo. This security posture is not preferred.
/test all
Who is the audience for this request?
TFE engineers / maintainers of this repo
What would the ideal solution look like?
Implement a conditional that is a check of authorized users for the slash command dispatcher action, like done here
What alternatives have you considered?
What we're doing now
How does this impact you?
Currently we have to add everyone as a user and remember to remove admins when they're offboarded.
Are there any deadlines?
Is there any additional context?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem would you like to address?
Currently for someone to run the slash commands (i.e.
/test all
), the user must be admin of the repo. This security posture is not preferred.Who is the audience for this request?
TFE engineers / maintainers of this repo
What would the ideal solution look like?
Implement a conditional that is a check of authorized users for the slash command dispatcher action, like done here
What alternatives have you considered?
What we're doing now
How does this impact you?
Currently we have to add everyone as a user and remember to remove admins when they're offboarded.
Are there any deadlines?
Is there any additional context?
The text was updated successfully, but these errors were encountered: