From e0e2645fdfaf3d56e155f71e60817028deb558c5 Mon Sep 17 00:00:00 2001 From: Ryan Avery Date: Thu, 2 May 2024 10:47:05 -0700 Subject: [PATCH] remove greeting --- .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 19f1ce0..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,16 +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 }} - pr-message: 'Hello @${{ github.actor }}, thank you for submitting a PR!' - issue-message: | - Hello @${{ github.actor }}, thank you for submitting an issue! - - If this is a bug report, please provide **minimum viable code to reproduce your issue**.