Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f8de9 commit 37e94baCopy full SHA for 37e94ba
1 file changed
.github/workflows/pr_welcome.yml
@@ -17,8 +17,11 @@ jobs:
17
pull-requests: write
18
steps:
19
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
20
+ env:
21
+ GH_PAT_READ_ORG: ${{ secrets.GH_PAT_READ_ORG }}
22
with:
23
labels: first-contribution
24
+ skip-internal-contributors: true
25
pr-opened-msg: >+
26
Thank you for opening your first PR into Matplotlib!
27
0 commit comments