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
edebe65d
Commit
edebe65d
authored
Aug 07, 2022
by
neil
Browse files
add pr_dns.yml
parent
9a5c2b88
Changes
2
Show whitespace changes
Inline
Side-by-side
.github/dns_api_pr.md
0 → 100644
View file @
edebe65d
.github/workflows/pr_dns.yml
0 → 100644
View file @
edebe65d
name
:
Check dns api
on
:
pull_request_target
:
types
:
-
opened
branches
:
-
'
dev'
paths
:
-
'
dnsapi/*.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 [dns api guide](.github/dns_api_pr.md) and 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