reenable backports for installer even when the archive branch is default (#20105)

This commit is contained in:
Chet Husk 2024-09-05 11:37:55 -05:00 committed by GitHub
parent 214a0ad76e
commit b81061a330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/backport.yml vendored Normal file
View 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%