From 124e04e57cafa13b3a9053f6ee6c3e3a0edbf11f Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Fri, 10 Jan 2025 14:25:33 +0100 Subject: [PATCH] Delete .github/workflows/auto-reply-eoy.yml --- .github/workflows/auto-reply-eoy.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/auto-reply-eoy.yml diff --git a/.github/workflows/auto-reply-eoy.yml b/.github/workflows/auto-reply-eoy.yml deleted file mode 100644 index 798923cb59..0000000000 --- a/.github/workflows/auto-reply-eoy.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Auto Reply to Issues - -on: - issues: - types: [opened] - -jobs: - auto-reply: - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - name: Auto Reply to Issue - uses: peter-evans/create-or-update-comment@v3 - with: - issue-number: ${{ github.event.issue.number }} - body: | - 👋 Thank you for your contribution! - - ❄️ We are currently in an end-of-year contribution freeze period. - For more information, please check [our announcement](https://github.com/strapi/documentation/issues/2329). - - Your issue will be processed once contributions resume. - - Thank you for your understanding!