From 27f63e47c34c04e97f0019b392326d92f91fc5c2 Mon Sep 17 00:00:00 2001 From: Aman Raj <113578582+huamanraj@users.noreply.github.com> Date: Sun, 26 May 2024 17:11:13 +0530 Subject: [PATCH] Update greetings.yaml --- .github/workflows/greetings.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/greetings.yaml b/.github/workflows/greetings.yaml index d66fbde1..e69de29b 100644 --- a/.github/workflows/greetings.yaml +++ b/.github/workflows/greetings.yaml @@ -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: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible. Please Star our github repository." - pr-message: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."