From 407ac2f8360f77c0453e36bde5a768743081a032 Mon Sep 17 00:00:00 2001 From: Lev Date: Fri, 10 Dec 2021 13:54:48 +0300 Subject: [PATCH] ci: Remove greetings workflow (#610) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is quite annoying, not very useful and takes 30–50 seconds to finish --- .github/workflows/greetings.yml | 15 --------------- 1 file changed, 15 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 15d554e8..00000000 --- a/.github/workflows/greetings.yml +++ /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: | - Hello! We're very happy to see your first issue. If your issue is about a problem, go back and check you have copy-pasted all the debug logs you can so we can help you as fast as possible! - pr-message: | - Hello! Thank you about this PR. Since this is your first PR, please make sure you have described the improvements and your code is well documented.