Browse Source

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

Burak Yigit Kaya 3 years ago
parent
commit
8ffe8b1d4e
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .github/workflows/issue-routing-helper.yml

+ 6 - 1
.github/workflows/issue-routing-helper.yml

@@ -9,7 +9,12 @@ env:
 jobs:
   route:
     runs-on: ubuntu-latest
-    if: "startsWith(github.event.label.name, 'Team: ')"
+    if: >-
+      startsWith(github.event.label.name, 'Team: ')
+      &&
+      !contains(github.event.issue.labels.*.name, 'Status: Backlog')
+      &&
+      !contains(github.event.issue.labels.*.name, 'Status: In Progress')
     steps:
       - name: "Ensure a single 'Team: *' label with 'Status: Untriaged'"
         run: |