Skip to content

Commit

Permalink
mergify: two-day delay should account for the squash label (#8517)
Browse files Browse the repository at this point in the history
* mergify: two-day delay should account for the squash label

* fix or: it needs a colon
  • Loading branch information
ulysses4ever authored Oct 18, 2022
1 parent 93dbdbe commit 6a62767
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ pull_request_rules:
name: Wait for 2 days before validating merge
conditions:
- updated-at<2 days ago
- label=merge me
- or:
- label=merge me
- label=squash+merge me
- '#approved-reviews-by>=2'

# rebase+merge strategy
Expand Down

0 comments on commit 6a62767

Please sign in to comment.