commit | 9594d0df1d6493ebeed7c021ebe82b7b67b2bf4b | [log] [tgz] |
---|---|---|
author | Justin Wood <woody@apple.com> | Thu Jun 22 17:18:24 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 22 17:18:24 2023 -0700 |
tree | 0a8850d26fd209353710ec853e32a782d7d2510b | |
parent | 623d541a1a273cf94c12b90ddb0bf0086ed2eb42 [diff] |
Allowing fast track
diff --git a/.mergify.yml b/.mergify.yml index 4213f1c..c27419c 100644 --- a/.mergify.yml +++ b/.mergify.yml
@@ -1,6 +1,9 @@ pull_request_rules: - name: Automatic merge on PullApprove conditions: + - or: + - "check-success=pullapprove" + - label="fast track" - "#approved-reviews-by>=1" - "#review-threads-unresolved=0" - "-draft"