From 6907931eb67d714929e4def6d7631d4788786f31 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Mon, 6 Oct 2025 14:30:42 +0300 Subject: [PATCH] Change first-interaction props with underscore (#2723) Signed-off-by: Avgustin Marinov --- .github/workflows/first-interaction.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/first-interaction.yaml b/.github/workflows/first-interaction.yaml index 4b8309125..11f31c531 100644 --- a/.github/workflows/first-interaction.yaml +++ b/.github/workflows/first-interaction.yaml @@ -16,9 +16,7 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.PAT_SECRET }} - issue-message: |- - Thanks @${{ github.actor }} for submitting an issue to hawkBit!! Make yourself comfortable while I'm looking for a committer to assist you. - pr-message: |- + repo_token: ${{ secrets.PAT_SECRET }} + pr_message: |- Thanks @${{ github.actor }} for taking the time to contribute to hawkBit! We really appreciate this. Make yourself comfortable while I'm looking for a committer to help you with your contribution. Please make sure you read the [contribution guide](https://github.com/eclipse-hawkbit/hawkbit/blob/master/CONTRIBUTING.md) and signed the Eclipse Contributor Agreement (ECA). \ No newline at end of file