From 027ed5aaab06870801c82020a16bd8106f572359 Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 22 Dec 2023 15:40:39 +0300 Subject: [PATCH] Remove welcome workflow --- .github/workflows/welcome.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/welcome.yml diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml deleted file mode 100644 index 54027d81..00000000 --- a/.github/workflows/welcome.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: 'Welcome New Contributors' - -on: - issues: - types: [opened] - pull_request_target: - types: [opened] - -jobs: - welcome-new-contributor: - runs-on: ubuntu-latest - steps: - - name: 'Greet the contributor' - uses: garg3133/welcome-new-contributors@v1.2 - with: - token: ${{ secrets.BOT_ACCESS_TOKEN }} - issue-message: 'Hello there, on behalf the Flutter Quill Team I would like to thank you for opening your first issue. Your inputs and insights are valuable in shaping a stable and reliable version for all our users. Thank you for being part of the open-source community!' - pr-message: 'Hi there, thanks for opening your first Pull Request to this project!!' \ No newline at end of file