Skip to content

Commit 37f176d

Browse files
authored
Merge pull request #233 from mhucka/mh-adjust-1st-interaction
Multiple minor fixes to first interactions greetings workflow
2 parents 49d41b0 + 567d89d commit 37f176d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/first-interaction.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions: read-all
1717

1818
jobs:
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}}
@@ -52,7 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)