From 66a2128cad0fa2cb28739e75d52590cb5e34670b Mon Sep 17 00:00:00 2001 From: "Byungjin Park (Claud)" Date: Sun, 13 Feb 2022 01:18:17 +0900 Subject: [PATCH] Remove welcome action (#400) --- .github/workflows/welcome.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/welcome.yaml diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml deleted file mode 100644 index 606192d..0000000 --- a/.github/workflows/welcome.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: Welcome for First Issue or Pull Request - -on: - pull_request: - types: - - opened - issues: - types: - - opened - -jobs: - welcome: - runs-on: ubuntu-latest - - steps: - - name: Welcome for First Issue or Pull Request - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | - ### :wave: Welcome! Looks like this is your first issue. - - Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 - - **Be sure to follow the issue template!** - pr-message: | - ### :wave: Welcome! Looks like this is your first pull request. - - Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 - - **Please check out our contributing guidelines.**