Commit 0d8fa52a authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Remove buggy assignments rule (#2782)

Removes the Mergify rule that requests reviewers. We need to redo who gets reviewed when. In the meantime, this prevents spammy review requests from getting through.
parent 04884132
...@@ -57,17 +57,6 @@ pull_request_rules: ...@@ -57,17 +57,6 @@ pull_request_rules:
1. The risks present in this PR. 1. The risks present in this PR.
2. The mitigations you have added to try and reduce those risks. 2. The mitigations you have added to try and reduce those risks.
- name: Request reviewers
conditions:
- -closed
actions:
request_reviews:
users:
- cfromknecht
- mslipper
- inphi
- tuxcanfly
random_count: 2
- name: Request protocol critical reviewers - name: Request protocol critical reviewers
conditions: conditions:
- label=C-Protocol-Critical - label=C-Protocol-Critical
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment