mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
add issue.yml
This commit is contained in:
parent
c9cab9ab74
commit
8a1f038a80
18
.github/workflows/issue.yml
vendored
Normal file
18
.github/workflows/issue.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
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.'
|
||||
})
|
Loading…
Reference in New Issue
Block a user