From 342da74f78e7f1b1a208531e64047000946439b7 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Mon, 13 Apr 2020 08:07:43 -0500 Subject: [PATCH] chore: remove greeting workflow (#567) --- .github/workflows/greetings.yml | 13 ------------- 1 file changed, 13 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 f99c00f5f..000000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,13 +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: 'Thanks so much for your interest in Tauri!' - pr-message: 'Thanks so much for your contribution! :heart: We will get to reviewing and merging your PR asap. In the meantime, please make sure you have signed all your commits. Signed commits mean that we can have improved level of trust that the commit was actually pushed by you.'