From 7905002a1c6614d650f737ec60db72ac6958b208 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 13 Oct 2025 14:11:06 +0200 Subject: [PATCH 1/2] Add dummy issue_message field for first-interaction workflow --- .github/workflows/welcome.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml index 7e2e3278..b4382acb 100644 --- a/.github/workflows/welcome.yaml +++ b/.github/workflows/welcome.yaml @@ -19,3 +19,4 @@ jobs: If you have not done so already, please take some time to get familiar with the [contributing guidelines](https://docs.cscs.ch/contributing/). Following the guidelines helps us keep the documentation consistent and as useful as possible for users. + issue_message: '' From 87510527a2a9052154a44a73a6da7ff516caa630 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 13 Oct 2025 14:11:28 +0200 Subject: [PATCH 2/2] Add repo_token field for first-interaction --- .github/workflows/welcome.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml index b4382acb..ea32a5c4 100644 --- a/.github/workflows/welcome.yaml +++ b/.github/workflows/welcome.yaml @@ -14,6 +14,7 @@ jobs: steps: - uses: actions/first-interaction@v3 with: + repo_token: ${{ secrets.GITHUB_TOKEN }} pr_message: | Thank you for your contribution to eth-cscs/cscs-docs.