Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/auto-discord-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Auto Comment with Discord Invite

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Post Discord invite comment
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number || github.event.pull_request.number }}
body: |
## 👋 Welcome, Contributor!

Thank you for opening this ${{
github.event_name == 'issues' && 'issue' || 'pull request'
}}. We're glad to have you here!

> 💡 **Need help, want to share ideas, or just hang out with the team?**

<img src="https://cdn-icons-png.flaticon.com/512/2111/2111370.png" width="20" /> **Join our Discord community!**
🔗 [Click here to join the server](https://discord.gg/zsuxfG76PS)

---
🛠️ We’re building this together — let’s connect and collaborate!

✨ *This message was auto-generated to help you get plugged into the community.*