Skip to content

Commit

Permalink
Provisionally revert mergify.yml.
Browse files Browse the repository at this point in the history
(to what it was before the label-related changes)

This is an experiment to see what happens in the CI run and not
expected to be merged.
  • Loading branch information
sauclovian-g committed Oct 24, 2024
1 parent cdb0d00 commit 8d54808
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pull_request_rules:
conditions:
- "#approved-reviews-by>=1"
- check-success=mergify
- label="PR: ready to merge"
- label=ready-to-merge
actions:
update: {}
queue:
Expand All @@ -17,12 +17,11 @@ pull_request_rules:
- name: Delete head branch after merge
conditions:
- merged
# disabled October 2024
# - label!=keep-branch-after-merge
- label!=keep-branch-after-merge
actions:
delete_head_branch: {}
- name: Keep pull requests with keep-updated label updated
conditions:
- label="PR: keep updated"
- label=keep-updated
actions:
update: {}

0 comments on commit 8d54808

Please sign in to comment.