Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37e94ba

Browse files
committed
MAINT: Set option to skip internal contributors to PR welcome message
1 parent 55f8de9 commit 37e94ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr_welcome.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
20+
env:
21+
GH_PAT_READ_ORG: ${{ secrets.GH_PAT_READ_ORG }}
2022
with:
2123
labels: first-contribution
24+
skip-internal-contributors: true
2225
pr-opened-msg: >+
2326
Thank you for opening your first PR into Matplotlib!
2427

0 commit comments

Comments
 (0)