From e7a5e978efe715d6ba8b61d80991ae757a48e642 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Tue, 28 Oct 2025 13:00:08 +0100 Subject: [PATCH] Fix first interaction action --- .github/workflows/global-run-first-interaction.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/global-run-first-interaction.yaml b/.github/workflows/global-run-first-interaction.yaml index 49670c53..79ae7cc1 100644 --- a/.github/workflows/global-run-first-interaction.yaml +++ b/.github/workflows/global-run-first-interaction.yaml @@ -17,18 +17,18 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/first-interaction@main + - uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | + repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: | Hello! Thank you for filing an issue. The maintainers will triage your issue shortly. In the meantime, please take a look at the [troubleshooting guide](https://github.com/actions/actions-runner-controller/blob/master/TROUBLESHOOTING.md) for bug reports. - + If this is a feature request, please review our [contribution guidelines](https://github.com/actions/actions-runner-controller/blob/master/CONTRIBUTING.md). - pr-message: | + pr_message: | Hello! Thank you for your contribution. Please review our [contribution guidelines](https://github.com/actions/actions-runner-controller/blob/master/CONTRIBUTING.md) to understand the project's testing and code conventions.