Skip to content

Commit

Permalink
ci/mergify: rename label ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 14, 2024
1 parent 245c7a1 commit 306bb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pull_request_rules:
- "#check-failure<5"
actions:
label:
add: ["0:] Ready-To-Go"]
add: ["ready"]

- name: Not ready yet
conditions:
Expand All @@ -69,7 +69,7 @@ pull_request_rules:
- "#check-failure>=5"
actions:
label:
remove: ["0:] Ready-To-Go"]
remove: ["ready"]

- name: add core reviewer
conditions:
Expand Down

0 comments on commit 306bb3d

Please sign in to comment.