We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9920dc7 commit 46572dcCopy full SHA for 46572dc
.github/workflows/welcome-bot.yml
@@ -13,10 +13,10 @@ jobs:
13
name: Welcome First-Time Contributors
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1.0
+ - uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c
17
with:
18
- repo_token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
19
- pr_message: |
+ repo-token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
+ pr-opened-message: |
20
Hello! Thank you for opening your **first PR** to Starlight! ✨
21
22
Here’s what will happen next:
0 commit comments