Skip to content

Commit 912e11b

Browse files
committed
mergify: automatically apply backend label
Automatically apply the `backend` label to any PR that touches a file under the `docs/backend` directory. Signed-off-by: Russell Bryant <[email protected]>
1 parent 2ce89f1 commit 912e11b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/mergify.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pull_request_rules:
2+
- name: label-backend
3+
description: Automatically apply backend label
4+
conditions:
5+
- or:
6+
- files~=docs/backend/.*
7+
actions:
8+
label:
9+
add:
10+
- backend

0 commit comments

Comments
 (0)