Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,31 @@
label:
add:
- gh-pages

- name: Debug documentation1

Check failure on line 37 in .mergify.yml

View check run for this annotation

Mergify / Configuration changed

Invalid YAML

while parsing a block mapping in "<unicode string>", line 1, column 1 did not find expected key in "<unicode string>", line 37, column 1
conditions:
- title ~= ^docs\(.*\)
actions:
comment:
message: "documentation1 rule matched"

- name: Debug documentation2
conditions:
- title~=^docs\(.*\)
actions:
comment:
message: "documentation2 rule matched"

- name: Debug documentation3
conditions:
- title~=docs\(.*\)
actions:
comment:
message: "documentation3 rule matched"

- name: Debug documentation4
conditions:
- body~=hahaha
actions:
comment:
message: "documentation4 rule matched"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 科协暑培(.NET 部分)学习型工程
hhhhhhh

## 介绍

Expand Down
Loading