mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-09 04:47:07 +00:00
chore: update unit test title
This commit is contained in:
parent
84a8fd5e77
commit
8afcd6259e
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ queue_rules:
|
|||
- name: default
|
||||
conditions:
|
||||
# Conditions to get out of the queue (= merged)
|
||||
- status-success=Run Unit Tests
|
||||
- status-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
|
||||
- status-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
|
||||
- status-success=Run unit tests
|
||||
- -title~=(WIP|wip)
|
||||
- -label~=(blocked|do-not-merge)
|
||||
- -merged
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue