-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlabeler.yml
More file actions
72 lines (61 loc) · 1.96 KB
/
labeler.yml
File metadata and controls
72 lines (61 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Configuration for GitHub Actions Labeler
# Labels PRs based on changed file paths
# Core system changes
core:
- changed-files:
- any-glob-to-any-file: scripts/install/**/*
- any-glob-to-any-file: scripts/functions/**/*
- any-glob-to-any-file: scripts/menu/**/*
- any-glob-to-any-file: setup.sh
- any-glob-to-any-file: enginescript-variables.txt
# Configuration changes
configuration:
- changed-files:
- any-glob-to-any-file: config/**/*
# Workflows and automation
automation:
- changed-files:
- any-glob-to-any-file: .github/**/*
# Security related changes
security:
- changed-files:
- any-glob-to-any-file: scripts/functions/security/**/*
- any-glob-to-any-file: SECURITY.md
# Documentation
documentation:
- changed-files:
- any-glob-to-any-file: README.md
- any-glob-to-any-file: '*.md'
# Backup related changes
backup:
- changed-files:
- any-glob-to-any-file: scripts/functions/backup/**/*
# Database related changes
database:
- changed-files:
- any-glob-to-any-file: config/etc/mysql/**/*
- any-glob-to-any-file: scripts/functions/backup/*database*
- any-glob-to-any-file: scripts/update/mariadb-update.sh
# Nginx related changes
nginx:
- changed-files:
- any-glob-to-any-file: config/etc/nginx/**/*
- any-glob-to-any-file: scripts/install/nginx/**/*
- any-glob-to-any-file: scripts/update/nginx-update.sh
- any-glob-to-any-file: patches/nginx/**/*
# PHP related changes
php:
- changed-files:
- any-glob-to-any-file: config/etc/php/**/*
- any-glob-to-any-file: scripts/install/php/**/*
- any-glob-to-any-file: scripts/update/php-*-update.sh
- any-glob-to-any-file: scripts/functions/php-clean.sh
# WordPress plugins
wordpress-plugins:
- changed-files:
- any-glob-to-any-file: config/var/www/wordpress/plugins/**/*
- any-glob-to-any-file: scripts/update/wp-cli-update.sh
# Dependencies
dependencies:
- changed-files:
- any-glob-to-any-file: .github/dependabot.yml