From d0be48ebde88f9e965624c449cca784acbbd8562 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 8 Nov 2023 09:39:56 +0000 Subject: [PATCH] chore: delete welcome workflow (#12279) --- .../workflows/welcome-new-contributors.yml | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/welcome-new-contributors.yml diff --git a/.github/workflows/welcome-new-contributors.yml b/.github/workflows/welcome-new-contributors.yml deleted file mode 100644 index de934eaaa6..0000000000 --- a/.github/workflows/welcome-new-contributors.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: "Welcome new contributors" - -on: - issues: - types: opened - pull_request: - types: opened - -permissions: - pull-requests: write - issues: write - -jobs: - welcome-message: - name: Welcoming New Users - runs-on: ubuntu-latest - timeout-minutes: 10 - if: github.event.action == 'opened' - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: |- - Thank you for making your first Pull Request and taking the time to improve Cal.com ! ❤️🎉 - Feel free to join our [discord](https://go.cal.com/discord) and post your PR link to [collect XP and win prizes!](https://cal.com/blog/community-incentives) - issue-message: | - Thank you for opening your first issue, one of our team members will review it as soon as it possible. ❤️🎉