Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
dfdf99b155 |
|
@ -2,11 +2,15 @@ version: 2
|
|||
name: PR通知
|
||||
description: 新的PR提交会有钉钉通知
|
||||
global:
|
||||
concurrent: 1
|
||||
concurrent: false
|
||||
trigger:
|
||||
webhook: gitlink@1.0.0
|
||||
event:
|
||||
- ref: pr
|
||||
ruleset:
|
||||
- param-ref: action
|
||||
operator: EQ
|
||||
value: "'opened'"
|
||||
ruleset-operator: AND
|
||||
workflow:
|
||||
- ref: start
|
||||
|
|
Loading…
Reference in New Issue