Skip to content

Fix: Center-align footer content on mobile view (issue #114) (#117) #10

Fix: Center-align footer content on mobile view (issue #114) (#117)

Fix: Center-align footer content on mobile view (issue #114) (#117) #10

name: Auto Comment with Discord Invite
on:
issues:
types: [opened]

Check failure on line 5 in .github/workflows/auto-discord-comment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-discord-comment.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
pull_request_target:
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.*