forked from moimikey/awesome-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
21 lines (18 loc) · 866 Bytes
/
Copy pathnew-pull-request.yml
File metadata and controls
21 lines (18 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: New Submission PR
on:
pull_request:
types: [opened]
jobs:
new-pull-request:
runs-on: ubuntu-latest
name: AwesomeDevtoolsBot
steps:
- uses: actions/checkout@v3
- name: Automated Comment
# if: github.actor != github.repository_owner
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Hello **${{ github.actor }}** :wave:!
Thank you very much for your submission! <u>Please make sure you have reviewed the requirements</u> for approving and merging your pull request (PR). It may take some time for your submission to be reviewed. You can occasionally comment with a "bump" to bring more attention to it. Ensure that your submission does directly to a tool, without the requirement of logging in or signing up to use it.
reactions: eyes, rocket