From b48f288583f7ed36172be0d9c3a72ca7672d2d81 Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Thu, 19 Sep 2024 10:49:54 +0200 Subject: [PATCH] Chore: Change condition to run auto triager based on user association (#93466) --- .github/workflows/issue-opened.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index 9f62da223b6..15b9f593a98 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -60,7 +60,7 @@ jobs: auto-triage: needs: [main] - if: github.repository == 'grafana/grafana' && (github.event.issue.author_association == 'NONE' || github.event.issue.author_association == 'FIRST_TIMER' || github.event.issue.author_association == 'FIRST_TIME_CONTRIBUTOR') + if: github.repository == 'grafana/grafana' && github.event.issue.author_association != 'MEMBER' && github.event.issue.author_association != 'OWNER' runs-on: ubuntu-latest steps: