From dcb5d6d08ef5fcfd758d62f873efcbfb26de4dd1 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Thu, 15 Oct 2020 10:20:09 -0400 Subject: [PATCH] remove greeter action since it is broken for forked PRs (#223) Signed-off-by: Alex Goodman --- .github/workflows/first-pr-issue-message.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/first-pr-issue-message.yaml 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