generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Force pushing in a PR causes the workflow to pick a new reviewer from a team #26
Comments
CPerezz
added a commit
to privacy-scaling-explorations/zkevm-circuits
that referenced
this issue
Apr 12, 2022
Force-pushing to the PR currently re-triggers the workflow by assigning to the PR a new member of the team while mantaining the previous. That's an issue as we end up with multiple reviewers on each PR when indeed we just need one. See: uesteibar/reviewer-lottery#26 for more details.
CPerezz
added a commit
to privacy-scaling-explorations/zkevm-circuits
that referenced
this issue
Apr 12, 2022
Force-pushing to the PR currently re-triggers the workflow by assigning to the PR a new member of the team while mantaining the previous. That's an issue as we end up with multiple reviewers on each PR when indeed we just need one. See: uesteibar/reviewer-lottery#26 for more details.
CPerezz
added a commit
to privacy-scaling-explorations/zkevm-circuits
that referenced
this issue
Apr 13, 2022
* feat: Add PR requester for external reviewers Deprecates #438 and instead adds the external_reviewers to the PR reviews using a 3rd party application. That is done like this to avoid including a lot of people into `appliedzkp` org and granting custom permissions each time we want to add a new reviewer. Resolves: #429 completely. * Trigger workflow only when PR is opened Force-pushing to the PR currently re-triggers the workflow by assigning to the PR a new member of the team while mantaining the previous. That's an issue as we end up with multiple reviewers on each PR when indeed we just need one. See: uesteibar/reviewer-lottery#26 for more details.
@CPerezz the readme recommend the following cases actually: Actually using only |
Thanks a lot! I missed the README part!!! :( |
omega000133
added a commit
to omega000133/zkevm-circuits
that referenced
this issue
May 17, 2024
* feat: Add PR requester for external reviewers Deprecates #438 and instead adds the external_reviewers to the PR reviews using a 3rd party application. That is done like this to avoid including a lot of people into `appliedzkp` org and granting custom permissions each time we want to add a new reviewer. Resolves: #429 completely. * Trigger workflow only when PR is opened Force-pushing to the PR currently re-triggers the workflow by assigning to the PR a new member of the team while mantaining the previous. That's an issue as we end up with multiple reviewers on each PR when indeed we just need one. See: uesteibar/reviewer-lottery#26 for more details.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it should be mentioned somewhere that if the workflow is configured like:
The workflow internal logic is not prepared to re-select the same reviewer from a team and instead will assign a new one. Leading into PRs with multiple reviewers (depending on the amount of rebases and force-pushes done).
Should this be something that has to be avoided and we should config the workflow only like:
Or should instead the logic of the tool be reworked when it comes to teams?
The text was updated successfully, but these errors were encountered: