Skip to content

Commit 0ce14ee

Browse files
committed
Nag first time contributors
1 parent b2b4dcb commit 0ce14ee

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/first-timer.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)