forked from xxq250/java_ci_example
refactor: .devops/PR通知.yml
This commit is contained in:
parent
d027b5f3e3
commit
43b433d20a
|
@ -7,6 +7,10 @@ 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