diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index d07c5ad416c..dda53fc0b8d 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -44,7 +44,7 @@ jobs: fi auto-triage: needs: [main, config] - if: needs.config.outputs.has-secrets + if: needs.config.outputs.has-secrets && (github.event.issue.author_association == 'NONE' || github.event.issue.author_association == 'FIRST_TIMER' || github.event.issue.author_association == 'FIRST_TIME_CONTRIBUTOR') runs-on: ubuntu-latest steps: - name: "Generate token"