meta(gha): Deploy action issue-routing-helper.yml (#1064)

This commit is contained in:
Chad Whitacre 2021-08-17 08:31:09 -04:00 committed by GitHub
parent 42aa60e42f
commit 47c4a1df29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ jobs:
route:
runs-on: ubuntu-latest
if: >-
github.event.issue.state == 'open'
&&
startsWith(github.event.label.name, 'Team: ')
&&
!contains(github.event.issue.labels.*.name, 'Status: Backlog')