Skip to content

Commit

Permalink
ci(Mergify): configuration update
Browse files Browse the repository at this point in the history
Signed-off-by: Alice <null>
  • Loading branch information
wheresalice committed Mar 14, 2023
1 parent e2beb63 commit 55e293d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pull_request_rules:
- -draft
- author~=^dependabot(|-preview)\[bot\]$
- check-success='test (1.20.x, ubuntu-latest)'
- check-success='docker'
- title~=bump [^\s]+ from ([\d]+)\..+ to \1\.
actions:
review:
Expand All @@ -20,6 +21,7 @@ pull_request_rules:
conditions:
- author~=^dependabot(|-preview)\[bot\]$
- check-success='test (1.20.x, ubuntu-latest)'
- check-success='docker'
- -title~=bump [^\s]+ from ([\d]+)\..+ to \1\.
actions:
comment:
Expand All @@ -33,6 +35,7 @@ pull_request_rules:
conditions:
- "#approved-reviews-by>=1"
- check-success='test (1.20.x, ubuntu-latest)'
- check-success='docker'
- label!=work-in-progress
- -draft
actions:
Expand Down

0 comments on commit 55e293d

Please sign in to comment.