Skip to content

Commit 49ded3e

Browse files
authored
Merge pull request instructlab#75 from russellb/mergify-backend-label
mergify: autoamtically apply backend label
2 parents 2ce89f1 + 912e11b commit 49ded3e

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)