File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ permissions: read-all
1717
1818jobs :
1919 welcome :
20+ if : github.actor != 'dependabot[bot]'
2021 name : Check for first interaction
2122 runs-on : ubuntu-24.04
2223 timeout-minutes : 10
@@ -28,10 +29,10 @@ jobs:
2829 files : ${{github.server_url}}/${{github.repository}}/blob/${{github.ref_name}}
2930 steps :
3031 - name : Add a welcome comment if appropriate
31- uses : actions/first-interaction@d94ed8e502bc16de558688b9dd9a26261ae78a66 # v1.3.0
32+ uses : actions/first-interaction@2ec0f0fd78838633cd1c1342e4536d49ef72be54 # v1.3.0
3233 with :
3334 repo-token : ${{secrets.GITHUB_TOKEN}}
34- issue-message : |
35+ issue-message : >
3536 Hello and welcome, ${{github.actor}} 👋!
3637
3738 Thanks for filing your first issue with the ${{github.repository}}
5253 any that look the same as this one. If you find a similar issue,
5354 consider closing this one; if you don't want to close this one, can
5455 you explain how this new one differs from the other one?
55- pr-message : |
56+ pr-message : >
5657 Hello and welcome, ${{github.actor}} 👋!
5758
5859 Thanks for making your first pull request to the
You can’t perform that action at this time.
0 commit comments