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

Skip to content

Commit 2d52498

Browse files
authored
Merge pull request #30510 from rcomer/pr-greet
Update syntax for PR welcome workflow
2 parents d48b360 + ba01ff4 commit 2d52498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/first-interaction@753c925c8d1ac6fede23781875376600628d9b5d # v3.0.0
1313
with:
14-
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
pr-message: >+
14+
repo_token: ${{ secrets.GITHUB_TOKEN }}
15+
pr_message: >+
1616
Thank you for opening your first PR into Matplotlib!
1717
1818

0 commit comments

Comments
 (0)