From ec607f3888f12ae061b531e4c2bad06e56d5c1aa Mon Sep 17 00:00:00 2001 From: lukisch <55554266+lukisch@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:11:17 +0200 Subject: [PATCH] fix(ci): use first-interaction v3 input names --- .github/workflows/welcome.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 312a257..d064a55 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -16,8 +16,8 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | + repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: | Welcome! Thanks for opening your first issue in this repository. We'll review it as soon as possible. In the meantime: @@ -25,7 +25,7 @@ jobs: - Add as much detail as possible (steps to reproduce, expected behavior, environment) If you'd like to contribute a fix, PRs are always welcome. - pr-message: | + pr_message: | Welcome! Thanks for your first pull request in this repository. A maintainer will review it soon. Please make sure: