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

View File

@@ -2,7 +2,7 @@ queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- status-success=Run unit tests
- check-success=Run unit tests
pull_request_rules:
- name: Automatically merge on CI success and review approval
@@ -10,7 +10,7 @@ pull_request_rules:
- base~=main|integ-tests
- "#approved-reviews-by>=1"
- -approved-reviews-by~=author
- status-success=Run unit tests
- check-success=Run unit tests
- label!=work-in-progress
- -title~=(WIP|wip)
- -merged
@@ -25,7 +25,7 @@ pull_request_rules:
conditions:
- base~=main
- author=dependabot[bot]
- status-success=Run unit tests
- check-success=Run unit tests
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -merged