Footer content is left-aligned in mobile view — should be center-aligned for better visual appearance #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |