Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
8a1f038a
Commit
8a1f038a
authored
Jul 30, 2022
by
neil
Browse files
add issue.yml
parent
c9cab9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/issue.yml
0 → 100644
View file @
8a1f038a
name
:
"
Update
issues"
on
:
issues
:
types
:
[
opened
]
jobs
:
comment
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/github-script@v6
with
:
script
:
|
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Please provode the log with `--debug 2` if this is a bug report.'
})
\ No newline at end of file
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