From c5c74178effb28948c591574fda3b7c12f00d680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius=20=28aka=20MekDrop=29?= Date: Tue, 27 Oct 2020 00:19:16 +0200 Subject: [PATCH] Remove greetings actions due actions/first-interaction#23 bug --- .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 ee069b0bd123..000000000000 --- 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: 'Your first issue for ImpressCMS! Thank you very much for your first steps in the project.' - pr-message: 'Your first Pull Request for ImpressCMS! Thank you very much for actively improving the project with us.'