From c2a2545e368a008404539768ff6a5533e15b691e Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Mon, 6 Oct 2025 09:58:27 +0300 Subject: [PATCH] Add issue-message in first interaction workflow (#2721) Signed-off-by: Avgustin Marinov --- .github/workflows/first-interaction.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/first-interaction.yaml b/.github/workflows/first-interaction.yaml index 700281be3..4b8309125 100644 --- a/.github/workflows/first-interaction.yaml +++ b/.github/workflows/first-interaction.yaml @@ -17,6 +17,8 @@ jobs: - 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: |- 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