chore: update check-success

This commit is contained in:
Tom Keller
2023-09-05 14:36:07 -07:00
committed by GitHub
parent 8afcd6259e
commit f0ede74cf3
+3 -3
View File
@@ -2,7 +2,7 @@ queue_rules:
- name: default - name: default
conditions: conditions:
# Conditions to get out of the queue (= merged) # Conditions to get out of the queue (= merged)
- status-success=Run unit tests - check-success=Run unit tests
pull_request_rules: pull_request_rules:
- name: Automatically merge on CI success and review approval - name: Automatically merge on CI success and review approval
@@ -10,7 +10,7 @@ pull_request_rules:
- base~=main|integ-tests - base~=main|integ-tests
- "#approved-reviews-by>=1" - "#approved-reviews-by>=1"
- -approved-reviews-by~=author - -approved-reviews-by~=author
- status-success=Run unit tests - check-success=Run unit tests
- label!=work-in-progress - label!=work-in-progress
- -title~=(WIP|wip) - -title~=(WIP|wip)
- -merged - -merged
@@ -25,7 +25,7 @@ pull_request_rules:
conditions: conditions:
- base~=main - base~=main
- author=dependabot[bot] - author=dependabot[bot]
- status-success=Run unit tests - check-success=Run unit tests
- -title~=(WIP|wip) - -title~=(WIP|wip)
- -label~=(blocked|do-not-merge) - -label~=(blocked|do-not-merge)
- -merged - -merged