Skip to content

Commit

Permalink
reenable backports for installer even when the archive branch is defa…
Browse files Browse the repository at this point in the history
…ult (#20105)
  • Loading branch information
baronfel authored Sep 5, 2024
1 parent 214a0ad commit b81061a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -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%

0 comments on commit b81061a

Please sign in to comment.