diff --git a/.github/workflows/first-time-contributor.yml b/.github/workflows/first-time-contributor.yml new file mode 100644 index 0000000..d245e7b --- /dev/null +++ b/.github/workflows/first-time-contributor.yml @@ -0,0 +1,13 @@ +name: First-time contributor reminder + +on: + pull_request_target: + types: [opened] + +permissions: + pull-requests: write + +jobs: + remind: + uses: git-mastery/actions/.github/workflows/first-time-contributor.yml@main + secrets: inherit