Chore: Only auto-triage issues for authors non associated to the repository (#93174)

Only triage issues for authors non associated to the repository
This commit is contained in:
Esteban Beltran 2024-09-10 16:29:58 +02:00 committed by GitHub
parent 096105fed6
commit 462560d544
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"