mirror of
https://github.com/apache/superset.git
synced 2026-06-02 22:29:26 +00:00
fix(ci): gate welcome message on first-time contributor association (#40543)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/welcome-new-users.yml
vendored
1
.github/workflows/welcome-new-users.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
welcome:
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR'
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
|
||||
Reference in New Issue
Block a user