From 011a6772aea9d0ca0d42fd3e4e956a7252e918f8 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:47:53 +0530 Subject: [PATCH] fix(actions): delete welcome workflow (#46528) --- .github/workflows/welcome-new-lgtm.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/welcome-new-lgtm.yml diff --git a/.github/workflows/welcome-new-lgtm.yml b/.github/workflows/welcome-new-lgtm.yml deleted file mode 100644 index 70ac7fee604..00000000000 --- a/.github/workflows/welcome-new-lgtm.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Github - Welcome First-timers -on: - pull_request: - types: [opened, closed] -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: wow-actions/welcome@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - FIRST_PR_MERGED: | - #### :sparkles: :tada: **AWESOME!** :tada: :sparkles: - - Hi @{{ author }}, - - Thanks for this pull request and for contributing to the code-base for the first time. We are looking forward to more contributions from you in the future. - - Cheers & happy contributing!