Skip to content

Commit 8effe38

Browse files
committed
ci: 修复拉取请求关闭时没有关闭对应议题的问题
1 parent 21137d0 commit 8effe38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/noneflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types: [opened, reopened, edited]
66
issue_comment:
77
types: [created]
8+
pull_request_target:
9+
types: [closed]
810

911
concurrency:
1012
group: ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}

0 commit comments

Comments
 (0)