Skip to content

Commit

Permalink
run backport action only when proper label is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 4, 2020
1 parent 969fb3b commit 188999a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backport.yml
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
backport:
if: contains( join(github.event.pull_request.labels.*.name), 'backport')
runs-on: ubuntu-18.04
name: Backport
steps:
Expand Down

0 comments on commit 188999a

Please sign in to comment.