We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9795871 commit 5af1681Copy full SHA for 5af1681
.github/workflows/welcome.yaml
@@ -0,0 +1,21 @@
1
+name: First interaction message
2
+
3
+on:
4
+ pull_request_target:
5
+ types: [opened]
6
+ branches:
7
+ - main
8
9
+jobs:
10
+ greeting:
11
+ runs-on: ubuntu-latest
12
+ permissions:
13
+ pull-requests: write
14
+ steps:
15
+ - uses: actions/first-interaction@v3
16
+ with:
17
+ pr-message: |
18
+ Thank you for your contribution to eth-cscs/cscs-docs.
19
20
+ If you have not done so already, please take some time to get familiar with the [contributing guidelines](https://docs.cscs.ch/contributing/).
21
+ Following the guidelines helps us keep the documentation consistent and as useful as possible for users.
0 commit comments