Skip to content

blog/what-if-i-don't-have-a-taskbar/ #111

blog/what-if-i-don't-have-a-taskbar/

blog/what-if-i-don't-have-a-taskbar/ #111

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h3>Hello 👋 Thank you very much for raising an issue 🙌 The maintainers will get back to you soon for discussion over the issue! Thank you for your contributions. 🚀</h3>'
pr-message: '<h3>Yeah! You did it 🎉 Now, Relax 😉 -> Grab a drink ☕ -> And wait for the maintainers to check your contributions. Meanwhile, you can discuss on other issues and solve them 😀</h3>'
footer: 'Meanwhile you can discuss about the project in our <a href="https://discord.com/invite/wVtcAT9kqU">Discord</a> Channel 😀</h3>'