We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed307c commit 553a124Copy full SHA for 553a124
2 files changed
.github/workflows/issue-sync.yaml
@@ -2,7 +2,7 @@ name: Issue Notification
2
3
on:
4
issues:
5
- types: ['opened', 'reopened', 'closed']
+ types: ['opened', 'reopened']
6
7
jobs:
8
sync:
@@ -32,4 +32,4 @@ jobs:
32
- name: Notify via lark
33
run: |
34
cozeloop-ci lark sync-issue \
35
- --chat-id oc_d02b85f9799a0c35cf164d3a939ef30e
+ --chat-id oc_72317b3108b14bd63359a6582cf45443
.github/workflows/pr-sync.yaml
@@ -1,7 +1,7 @@
1
name: PR Notification
- pull_request:
+ pull_request_target:
types: ['opened', 'reopened', 'closed']
@@ -37,4 +37,4 @@ jobs:
37
38
39
cozeloop-ci lark sync-pr \
40
0 commit comments