mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-19 18:26:04 +08:00
fix
This commit is contained in:
@@ -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
2
dist/index.js
vendored
@@ -6055,7 +6055,7 @@ async function run() {
|
||||
owner,
|
||||
repo,
|
||||
issue_number: issue,
|
||||
comment,
|
||||
body: comment,
|
||||
});
|
||||
core.info(`Actions: [create-comment][${issue}][${comment}] success!`);
|
||||
}
|
||||
|
@@ -82,7 +82,7 @@ async function run() {
|
||||
owner,
|
||||
repo,
|
||||
issue_number: issue,
|
||||
comment,
|
||||
body: comment,
|
||||
});
|
||||
core.info(`Actions: [create-comment][${issue}][${comment}] success!`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user