From d37a6210fa370b97b9ddb64f54d091a83e039b82 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 28 Mar 2024 14:14:34 -0400 Subject: [PATCH] Limit auto-assignment to bug reports & feature requests --- .github/workflows/auto-assign-issue.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-assign-issue.yml b/.github/workflows/auto-assign-issue.yml index 5af9d0dbc..20e054806 100644 --- a/.github/workflows/auto-assign-issue.yml +++ b/.github/workflows/auto-assign-issue.yml @@ -13,6 +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')" with: assignees: abhi1693,arthanson,DanSheps,jeffgdotorg,jeremystretch numOfAssignee: 1