mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-11 04:17:41 +02:00
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
name: 👋 Auto Comment
|
|
on: [issues, pull_request]
|
|
jobs:
|
|
run:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: bubkoo/auto-comment@v1.1.2
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
issuesOpened: >
|
|
👋 Hi @{{ author }},
|
|
|
|
Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki
|
|
|
|
For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE
|
|
|
|
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
|
|
|
|
pullRequestOpened: >
|
|
👋 Hi @{{ author }},
|
|
|
|
Thank you for sending this pull request.
|
|
|
|
Please make sure you have followed our [contribution guidelines](https://github.com/yogeshojha/rengine/blob/master/.github/CONTRIBUTING.md).
|
|
|
|
We will review this PR as soon as possible. Thank you for your patience.
|
|
|
|
pullRequestClosed: >
|
|
🚀 Hi @{{ author }},
|
|
|
|
You are amazing! Thank you for your contributions. Your contributions are what makes reNgine awesome!
|
|
|
|
This pull request has now been closed.
|
|
|
|
We look forward to your more contributions and support.
|
|
|
|
Thanks
|