Skip to content

Commit

Permalink
Create auto-reply-eoy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Dec 20, 2024
1 parent 05593b7 commit 9c8c04c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/auto-reply-eoy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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!

0 comments on commit 9c8c04c

Please sign in to comment.