From 7dfc8752ea4ba9cba22b25b8992e088e7b2fc0b2 Mon Sep 17 00:00:00 2001 From: jovnc <95868357+jovnc@users.noreply.github.com> Date: Sat, 11 Apr 2026 14:10:48 +0800 Subject: [PATCH] chore: add first time contributor action --- .github/workflows/first-time-contributor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/first-time-contributor.yml diff --git a/.github/workflows/first-time-contributor.yml b/.github/workflows/first-time-contributor.yml new file mode 100644 index 00000000..d245e7bf --- /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