Skip to content

Commit 8ffe8b1

Browse files
authored
meta(gha): Deploy action issue-routing-helper.yml (#26187)
1 parent f537763 commit 8ffe8b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/issue-routing-helper.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ env:
99
jobs:
1010
route:
1111
runs-on: ubuntu-latest
12-
if: "startsWith(github.event.label.name, 'Team: ')"
12+
if: >-
13+
startsWith(github.event.label.name, 'Team: ')
14+
&&
15+
!contains(github.event.issue.labels.*.name, 'Status: Backlog')
16+
&&
17+
!contains(github.event.issue.labels.*.name, 'Status: In Progress')
1318
steps:
1419
- name: "Ensure a single 'Team: *' label with 'Status: Untriaged'"
1520
run: |

0 commit comments

Comments
 (0)