Skip to content

Commit

Permalink
Add condition to backport.yml (#79276)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Dec 6, 2022
1 parent b4a0be4 commit d66058b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:

jobs:
backport:
if: ${{ contains(github.event.comment.body, '/backport to') }}
uses: dotnet/arcade/.github/workflows/backport-base.yml@main
with:
pr_description_template: |
Expand Down

0 comments on commit d66058b

Please sign in to comment.