Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
dfdf99b155 |
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue