Skip to content

Commit 7ec2226

Browse files
committed
Add test files for mergify schema
1 parent 286d4be commit 7ec2226

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pull_request_rules:
2+
name: add label when author is jd
3+
description: jd needs his own label because reasons
4+
conditions:
5+
- author = jd
6+
actions:
7+
label:
8+
add:
9+
- jd
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pull_request_rules:
2+
- name: add label when author is jd
3+
description: jd needs his own label because reasons
4+
conditions:
5+
- author = jd
6+
actions:
7+
label:
8+
add:
9+
- jd

0 commit comments

Comments
 (0)