1 parent 88715d5 commit 54150eaCopy full SHA for 54150ea
1 file changed
.github/workflows/greetings.yml
@@ -0,0 +1,13 @@
1
+name: Greetings
2
+
3
+on: [pull_request, issues]
4
5
+jobs:
6
+ greeting:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/first-interaction@v1
10
+ with:
11
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
12
+ issue-message: 'Thank you for bringing this issue to our attention, someone will look into this soon, we hope ;) have a nice day.'
13
+ pr-message: 'Thank you for sharing this contribution with us, someone will look into this soon, we hope ;) have a nice day.'
0 commit comments