diff --git a/.github/workflows/first-pr-issue-message.yaml b/.github/workflows/first-pr-issue-message.yaml deleted file mode 100644 index 5e47c1f7c..000000000 --- a/.github/workflows/first-pr-issue-message.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Greetings - -on: [pull_request, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: |- - Hey :wave:! Welcome to the repo and thanks for reporting, we'll review this issue soon! - pr-message: |- - Hey :wave:! Welcome to the repo and thanks for your contribution, we'll review your PR soon! \ No newline at end of file