Skip to content

Commit b533fa7

Browse files
authored
MAINT: Set "skip internal contributors" to False PR welcome bot (matplotlib#31479)
* MAINT: Set option to skip internal contributors to PR welcome message * Set skip internal contributors to false * Bump to 4.3.2
1 parent d724662 commit b533fa7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr_welcome.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
issues: write
1717
pull-requests: write
1818
steps:
19-
- uses: plbstl/first-contribution@4fb1541ce2706255850d56c5684552607be1ae9b # v4.2.0
19+
- uses: plbstl/first-contribution@fa732d1b5586da1a72ba34290a32e87467a59b78 # v4.3.2
2020
with:
2121
labels: first-contribution
22+
skip-internal-contributors: false
2223
pr-opened-msg: >+
2324
Thank you for opening your first PR into Matplotlib!
2425

0 commit comments

Comments
 (0)