We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31b2ba4 + 22878c6 commit f866ad1Copy full SHA for f866ad1
.github/workflows/reusable-welcome-new-contributors.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Welcome New Contributor
33
if: steps.bot-author-check.outputs.result != 'true' && steps.first-pr-check.outputs.result == 'true'
34
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
35
with:
36
script: |
37
const message = [
0 commit comments