reenable backports for installer even when the archive branch is default (#20105)
This commit is contained in:
parent
214a0ad76e
commit
b81061a330
1 changed files with 19 additions and 0 deletions
19
.github/workflows/backport.yml
vendored
Normal file
19
.github/workflows/backport.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Backport PR to branch
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
actions: write
|
||||
|
||||
jobs:
|
||||
backport:
|
||||
uses: dotnet/arcade/.github/workflows/backport-base.yml@main
|
||||
with:
|
||||
pr_description_template: |
|
||||
Backport of #%source_pr_number% to %target_branch%
|
||||
|
||||
/cc %cc_users%
|
Loading…
Reference in a new issue