Skip to content

Commit 342c928

Browse files
authored
Fix welcome message again (#280)
`issue_message` seems to be required now, so this just defines a dummy empty message (the workflow is not triggered for issues anyway). Others have reported this upstream: actions/first-interaction#365. I'm also adding the `repo_token` field which was probably needed all the time.
1 parent 8bd39b4 commit 342c928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/welcome.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/first-interaction@v3
1616
with:
17+
repo_token: ${{ secrets.GITHUB_TOKEN }}
1718
pr_message: |
1819
Thank you for your contribution to eth-cscs/cscs-docs.
1920
2021
If you have not done so already, please take some time to get familiar with the [contributing guidelines](https://docs.cscs.ch/contributing/).
2122
Following the guidelines helps us keep the documentation consistent and as useful as possible for users.
23+
issue_message: ''

0 commit comments

Comments
 (0)