Skip to content

Commit 46572dc

Browse files
fix: use interaction fork action again (#3777)
1 parent 9920dc7 commit 46572dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/welcome-bot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Welcome First-Time Contributors
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
16+
- uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c
1717
with:
18-
repo_token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
19-
pr_message: |
18+
repo-token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
19+
pr-opened-message: |
2020
Hello! Thank you for opening your **first PR** to Starlight! ✨
2121
2222
Here’s what will happen next:

0 commit comments

Comments
 (0)