Delete '.devops/PR通知提醒.yml'

This commit is contained in:
xxq250 2023-03-16 16:22:42 +08:00
parent a4f721f44d
commit 5227075666
1 changed files with 0 additions and 35 deletions

View File

@ -1,35 +0,0 @@
version: 2
name: PR通知提醒
description: ""
global:
concurrent: 1
trigger:
webhook: gitlink@1.0.0
event:
- ref: pr
ruleset:
- param-ref: action
operator: EQ
value: "'opened'"
ruleset-operator: AND
workflow:
- ref: start
name: 开始
task: start
- ref: dingtalk_notice_text_0
name: 钉钉通知-文本
task: dingtalk_notice_text@1.0.2
input:
boot_webhook_url: ((dingdingtalk.token_url))
secret: ((dingdingtalk.sercet))
msg_text: '"有新的PR提交请您立即确认是否合并。"'
at_user_ids: '"[]"'
at_mobiles: '"[]"'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- dingtalk_notice_text_0