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 49bc84d commit f11e120Copy full SHA for f11e120
.github/workflows/backport.yml
@@ -14,6 +14,7 @@ permissions:
14
15
jobs:
16
label:
17
+ if: ${{ contains(github.event.comment.body, '/backport to') }}
18
runs-on: ubuntu-latest
19
steps:
20
- name: Add Label
@@ -40,6 +41,8 @@ jobs:
40
41
}
42
backport:
43
if: ${{ contains(github.event.comment.body, '/backport to') || github.event_name == 'schedule' }}
44
+ # validates our branch format and that the issue is labeled before backport
45
+ needs: label
46
uses: dotnet/arcade/.github/workflows/backport-base.yml@main
47
with:
48
repository_owners: 'powershell,travisez13'
0 commit comments