-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
28 lines (20 loc) · 1.06 KB
/
auto-comment.yml
File metadata and controls
28 lines (20 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Auto Comment
on: [issues, pull_request]
permissions:
issues: write
pull-requests: write
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issuesOpened: >
👋 @{{ author }}
Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join [MobSF Slack channel](https://join.slack.com/t/mobsf/shared_invite/zt-3ephptj6c-OuDMatJ9z9MT0T_Vb~l2pg)
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
pullRequestOpened: >
👋 @{{ author }}
Thank you for sending this pull request ❤️.
Please make sure you have followed our [contribution guidelines](https://github.com/MobSF/Mobile-Security-Framework-MobSF/blob/master/.github/CONTRIBUTING.md). We will review it as soon as possible