From a02e9a7ef5cff9b8faf79d05aa5ecc065d695997 Mon Sep 17 00:00:00 2001 From: manavramani22 <149326121+manavramani22@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:50:55 +0530 Subject: [PATCH] Delete .github/workflows/greetings.yml --- .github/workflows/greetings.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index 4677434..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -on: [pull_request_target, 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: "Message that will be displayed on users' first issue" - pr-message: "Message that will be displayed on users' first pull request"