Skip to content

Commit

Permalink
.mergify: Remove status names and depend on GitHub rules
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
  • Loading branch information
mdkinney committed Jun 17, 2021
1 parent 0726025 commit 1e2af61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,13 @@ queue_rules:
- base~=(^master|^stable/)
- label=push
- author=@tianocore/edk-ii-maintainers
- status-success=tianocore.PatchCheck
- status-success=Ubuntu GCC5 PR
- status-success=Windows VS2019 PR

pull_request_rules:
- name: Automatically merge a PR when all required checks pass and 'push' label is present
conditions:
- base~=(^master|^stable/)
- label=push
- author=@tianocore/edk-ii-maintainers
- status-success=tianocore.PatchCheck
- status-success=Ubuntu GCC5 PR
- status-success=Windows VS2019 PR
actions:
queue:
method: rebase
Expand Down

1 comment on commit 1e2af61

@mdkinney
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[CodeReview] Review-request @corthon
[CodeReview] Review-request @mdkinney
[CodeReview] Review-request @spbrogan
[CodeReview] Review-request @lgao4

Please sign in to comment.