forked from xxq250/java_ci_example
Compare commits
9 Commits
Author | SHA1 | Date |
---|---|---|
|
45521bbdcd | |
|
9a5d8d9659 | |
|
46a42edbc4 | |
|
9878f377a6 | |
|
a38dd73548 | |
|
6d9af13c02 | |
|
dee1ad44f9 | |
|
65d1c1b2f5 | |
|
45583cfd74 |
|
@ -2,15 +2,11 @@ version: 2
|
||||||
name: PR通知
|
name: PR通知
|
||||||
description: 新的PR提交会有钉钉通知
|
description: 新的PR提交会有钉钉通知
|
||||||
global:
|
global:
|
||||||
concurrent: false
|
concurrent: 1
|
||||||
trigger:
|
trigger:
|
||||||
webhook: gitlink@1.0.0
|
webhook: gitlink@1.0.0
|
||||||
event:
|
event:
|
||||||
- ref: pr
|
- ref: pr
|
||||||
ruleset:
|
|
||||||
- param-ref: action
|
|
||||||
operator: EQ
|
|
||||||
value: "'opened'"
|
|
||||||
ruleset-operator: AND
|
ruleset-operator: AND
|
||||||
workflow:
|
workflow:
|
||||||
- ref: start
|
- ref: start
|
||||||
|
|
Loading…
Reference in New Issue