From d273899775c63b3c83271649edc2cafe5505a3d2 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sat, 27 Apr 2024 23:59:13 +0800 Subject: [PATCH] ci(greet): Remove greet-contributors --- .github/workflows/first-time-contributor.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/first-time-contributor.yml diff --git a/.github/workflows/first-time-contributor.yml b/.github/workflows/first-time-contributor.yml deleted file mode 100644 index 74c9e71..0000000 --- a/.github/workflows/first-time-contributor.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Greet first time contributors - -on: [pull_request, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - - permissions: - issues: write - pull-requests: write - - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Thank you for your first contribution! 🥳" - pr-message: "Thank you for your first contribution! 🥳"