Skip to content

Commit 516d14d

Browse files
authored
chore: add first time contributor action (#6)
1 parent b35ac3c commit 516d14d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: First-time contributor reminder
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
remind:
12+
uses: git-mastery/actions/.github/workflows/first-time-contributor.yml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)