We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214a0ad commit b81061aCopy full SHA for b81061a
1 file changed
.github/workflows/backport.yml
@@ -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