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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user