Skip to content

Commit f591dc8

Browse files
CopilotBornToBeRoot
andcommitted
Add next-release milestone assignment to automated PRs via Mergify
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent b182c8b commit f591dc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/mergify.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ pull_request_rules:
2727
actions:
2828
merge:
2929
method: squash
30+
- name: assign next-release milestone to automated pull requests
31+
conditions:
32+
- author~=^(dependabot|transifex-integration|imgbot)\[bot\]$
33+
- milestone!=next-release
34+
actions:
35+
milestone:
36+
title: next-release

0 commit comments

Comments
 (0)