Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
3dcacc1f
Commit
3dcacc1f
authored
Aug 20, 2022
by
neil
Browse files
add pr_notify.yml
parent
7cb81b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/pr_notify.yml
0 → 100644
View file @
3dcacc1f
name
:
Check dns api
on
:
pull_request_target
:
types
:
-
opened
branches
:
-
'
dev'
paths
:
-
'
notify/*.sh'
jobs
:
welcome
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/github-script@v6
with
:
script
:
|
await github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `**Welcome**
Please make sure you're read our [Code-of-conduct](../wiki/Code-of-conduct) and add the usage here: [notify](../wiki/notify).
Then reply on this message, otherwise, your code will not be reviewed or merged.
We look forward to reviewing your Pull request shortly ✨
`
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment