mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
meta(gha): Deploy action issue-routing-helper.yml (#1064)
This commit is contained in:
parent
42aa60e42f
commit
47c4a1df29
2
.github/workflows/issue-routing-helper.yml
vendored
2
.github/workflows/issue-routing-helper.yml
vendored
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user