We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b4dcb commit 0ce14eeCopy full SHA for 0ce14ee
1 file changed
.github/workflows/first-timer.yml
@@ -0,0 +1,15 @@
1
+name: Display a message on the first PR / Issue
2
+on:
3
+ pull_request:
4
+ branches:
5
+ - dev
6
+
7
+jobs:
8
+ nag_first_timer:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/first-interaction@v1
12
+ with:
13
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
14
+ pr-message: 'This seems to be your first PR. You will need a positive review in order for tests to start.'
15
0 commit comments