We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35ac3c commit 516d14dCopy full SHA for 516d14d
1 file changed
.github/workflows/first-time-contributor.yml
@@ -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