1 parent aa056d2 commit ba4e95cCopy full SHA for ba4e95c
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: 'Message that will be displayed on users'' first issue'
13
+ pr-message: 'Message that will be displayed on users'' first pr'
0 commit comments