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
0013d98d
Unverified
Commit
0013d98d
authored
Aug 07, 2022
by
neil
Committed by
GitHub
Aug 07, 2022
Browse files
Merge pull request #4229 from acmesh-official/dev
sync
parents
c43fcd0a
916743f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/pr_dns.yml
0 → 100644
View file @
0013d98d
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 Dev Guide](../wiki/DNS-API-Dev-Guide) 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