Skip to content

Commit

Permalink
ci(Mergify): configuration update (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 16, 2023
1 parent d5bc21a commit e7901f9
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 @@ -45,6 +45,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0" # no requested changes
- "#check-pending<=2"
- "#check-failure<5"
- "#check-skipped<5"
actions:
label:
add: [ "ready" ]
Expand All @@ -55,6 +56,7 @@ pull_request_rules:
- "#approved-reviews-by=0" # number of review approvals
- "#changes-requested-reviews-by>=1" # no requested changes
- "#check-failure>=5"
- "#check-skipped>=5"
actions:
label:
remove: [ "ready" ]
Expand All @@ -67,6 +69,7 @@ pull_request_rules:
- -title~=(?i)wip # skip all PR that title contains “WIP” (ignoring case)
- "#approved-reviews-by>=1" # number of review approvals
- "#changes-requested-reviews-by=0" # no requested changes
- "#check-failure<5"
actions:
update: {}

Expand Down

0 comments on commit e7901f9

Please sign in to comment.