Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
Comment on lines +17 to 20

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update inputs to v3 names

When this workflow runs for a newly opened issue or PR, actions/first-interaction@v3 reads issue_message, pr_message, and repo_token (the v3 action metadata/source use underscore names). This step still passes the v1 hyphenated inputs, so the messages are not supplied and the action fails on the required issue_message/pr_message lookup instead of posting the welcome comment. Rename the with: keys to the v3 input names when bumping the action.

Useful? React with 👍 / 👎.

Expand Down
Loading