From 0e94f2e05d871c13afb5a0f9da45778e9e390a52 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 4 Apr 2024 09:53:49 -0400 Subject: [PATCH] Simplify auto-assignment qualification --- .github/workflows/auto-assign-issue.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/auto-assign-issue.yml b/.github/workflows/auto-assign-issue.yml index 7a9f857a9..3d0330dc9 100644 --- a/.github/workflows/auto-assign-issue.yml +++ b/.github/workflows/auto-assign-issue.yml @@ -13,10 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: pozil/auto-assign-issue@v1 - if: > - contains(github.event.issue.labels.*.name, 'type: bug') || - contains(github.event.issue.labels.*.name, 'type: feature') || - contains(github.event.issue.labels.*.name, 'type: documentation') + if: contains(github.event.issue.labels.*.name, 'needs triage') with: # Weighted assignments assignees: arthanson:3, jeffgdotorg:3, jeremystretch:3, abhi1693, DanSheps