-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ci: allow users apart from ones with write permissions to trigger /retest #8621
Comments
8 tasks
I believe adding |
@leshikus
|
I was able to run tests with
|
Yes as you have write permissions on your fork, you own that repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently users with only write permissions can trigger retests with the /retest flag. collaborator folk such as myself have to rely on maintainer intervention to ensure that flakes aren't giving false positives wrt if the test is failing. Being able to hit the /retest will allow users to develop more easily on the repository. Initially we can allow collaborators to user /retest. Afterwards we can introduce /ok-to-test to mark PRs which will allow outside collaborators to contribute and use /retest without unnecessary intervention.
based on discussions in #8616 (comment)
The text was updated successfully, but these errors were encountered: