Compare commits
No commits in common. "master" and "master" have entirely different histories.
|
|
@ -2,11 +2,15 @@ version: 2
|
||||||
name: PR通知
|
name: PR通知
|
||||||
description: 新的PR提交会有钉钉通知
|
description: 新的PR提交会有钉钉通知
|
||||||
global:
|
global:
|
||||||
concurrent: 1
|
concurrent: false
|
||||||
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
|
||||||
|
|
|
||||||
11
1.txt
11
1.txt
|
|
@ -1,6 +1,7 @@
|
||||||
111-222
|
ci test
|
||||||
asdfl
|
java jar
|
||||||
cssdf
|
123123
|
||||||
|
123
|
||||||
|
|
||||||
sdlsls
|
sdfasdf
|
||||||
s123
|
sdf123123123123
|
||||||
Loading…
Reference in New Issue