This commit is contained in:
xrkffgg
2021-03-12 10:07:39 +08:00
parent 158fbd29b8
commit 3ef02cbe57
3 changed files with 5 additions and 3 deletions

View File

@@ -6,12 +6,14 @@
## How to use?
> Please pay attention to the trigger timing
```yml
name: PR Extract Issues
on:
pull_request:
types: [opened, edited, synchronize]
types: [opened, edited, synchronize, closed]
jobs:
extract:

2
dist/index.js vendored
View File

@@ -6055,7 +6055,7 @@ async function run() {
owner,
repo,
issue_number: issue,
comment,
body: comment,
});
core.info(`Actions: [create-comment][${issue}][${comment}] success!`);
}

View File

@@ -82,7 +82,7 @@ async function run() {
owner,
repo,
issue_number: issue,
comment,
body: comment,
});
core.info(`Actions: [create-comment][${issue}][${comment}] success!`);
}