Skip to content

Commit 9cd00d5

Browse files
committed
fix: use fork action because original has some required issue
actions/first-interaction#404
1 parent b74bd81 commit 9cd00d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/welcome-open.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
18+
- uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c
1919
with:
20-
pr_message: |
20+
pr-opened-message: |
2121
Hello! Thank you for opening your **first PR** to npmx, @${{ github.event.pull_request.user.login }}! 🚀
2222
2323
Here’s what will happen next:

0 commit comments

Comments
 (0)