Skip to content

Commit 159ac00

Browse files
authored
GitHub Workflow - Add backport-labeller (#2225)
1 parent eb96449 commit 159ac00

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/backports.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: mergeit-backport
3+
4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.ref }}
6+
cancel-in-progress: true
7+
8+
on:
9+
pull_request_target:
10+
types:
11+
- labeled
12+
- opened
13+
- synchronize
14+
branches:
15+
- main
16+
17+
jobs:
18+
changelog-labeller:
19+
uses: ansible-network/github_actions/.github/workflows/backport-labeller.yml@main
20+
with:
21+
label_minor_release: backport-9
22+
label_bugfix_release: backport-8

0 commit comments

Comments
 (0)