Skip to content

Commit 553a124

Browse files
authored
[ci] [workflow] pr and issue sync target (#53)
1 parent 9ed307c commit 553a124

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/issue-sync.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Issue Notification
22

33
on:
44
issues:
5-
types: ['opened', 'reopened', 'closed']
5+
types: ['opened', 'reopened']
66

77
jobs:
88
sync:
@@ -32,4 +32,4 @@ jobs:
3232
- name: Notify via lark
3333
run: |
3434
cozeloop-ci lark sync-issue \
35-
--chat-id oc_d02b85f9799a0c35cf164d3a939ef30e
35+
--chat-id oc_72317b3108b14bd63359a6582cf45443

.github/workflows/pr-sync.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Notification
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: ['opened', 'reopened', 'closed']
66

77
jobs:
@@ -37,4 +37,4 @@ jobs:
3737
- name: Notify via lark
3838
run: |
3939
cozeloop-ci lark sync-pr \
40-
--chat-id oc_d02b85f9799a0c35cf164d3a939ef30e
40+
--chat-id oc_72317b3108b14bd63359a6582cf45443

0 commit comments

Comments
 (0)