From 8c0e5fc61af1c575c450f007cb73406d9fede315 Mon Sep 17 00:00:00 2001 From: Tushar <30565750+tushar5526@users.noreply.github.com> Date: Tue, 28 May 2024 11:20:00 +0530 Subject: [PATCH] Delete .github/workflows/greetings.yml (#55) --- .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 fc56a15..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Greetings - -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: "Hey, @${{ github.actor }} welcome to Sarthi repository.🎊 Thank you so much for taking the time to point this out.🙌" - pr-message: "Hey, @${{ github.actor }} welcome to Sarthi repository.🎊 Thank you so much for taking the effort to make our project better! 🙌 Keep making such awesome contributions!"