Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 8199a9a

Browse files
committed
chore: update labeler configuration
1 parent b70ecb3 commit 8199a9a

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.github/labeler.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
---
22
deployment:
3-
- ansible/roles/stackhead_project/**/*
4-
- ansible/roles/config_terraform/**/*
5-
- ansible/playbooks/application-*.yml
6-
module-api:
7-
- ansible/roles/stackhead_module_api/**/*
3+
- commands/project/deploy.go
4+
- commands/project/destroy.go
5+
system:
6+
- system/**/*
7+
cli:
8+
- routines/**/*
9+
- config/**/*
10+
- main.go
811
setup:
9-
- ansible/roles/stackhead_setup/**/*
10-
- ansible/playbooks/server-*.yml
11-
dependencies:
12-
- ansible/requirements/**/*
12+
- commands/setup.go
1313
documentation:
1414
- Documentation/**/*.md
15+
m/container/docker:
16+
- modules/container/docker/**/*
17+
m/dns/cloudflare:
18+
- modules/dns/cloudflare/**/*
19+
m/proxy/caddy:
20+
- modules/proxy/caddy/**/*
21+
m/proxy/nginx:
22+
- modules/proxy/nginx/**/*

0 commit comments

Comments
 (0)