Skip to content

Commit b81061a

Browse files
authored
reenable backports for installer even when the archive branch is default (#20105)
1 parent 214a0ad commit b81061a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/backport.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Backport PR to branch
2+
on:
3+
issue_comment:
4+
types: [created]
5+
6+
permissions:
7+
contents: write
8+
issues: write
9+
pull-requests: write
10+
actions: write
11+
12+
jobs:
13+
backport:
14+
uses: dotnet/arcade/.github/workflows/backport-base.yml@main
15+
with:
16+
pr_description_template: |
17+
Backport of #%source_pr_number% to %target_branch%
18+
19+
/cc %cc_users%

0 commit comments

Comments
 (0)