Skip to content

Commit

Permalink
Remove all merge action tags after close
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Mar 1, 2024
1 parent 178b097 commit 08019c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ pull_request_rules:
actions:
delete_head_branch: {}
label:
remove: [ "status:merge-when-green" ]
remove:
- "status:merge-when-green"
- "status:merge-rebase-when-green"
- "status:merge-squash-when-green"

- name: Labeling for Scala Steward PR's
conditions:
Expand Down

0 comments on commit 08019c1

Please sign in to comment.