mirror of
https://github.com/openwrt/packages.git
synced 2025-12-15 23:21:19 +00:00
Add 'Add package' label when a new Makefile is added or 'Drop package' when a Makefile is deleted. Label PRs to OpenWrt 25.12 branch. Label CI-related PRs. Signed-off-by: George Sapkin <george@sapk.in>
17 lines
272 B
YAML
17 lines
272 B
YAML
# GitHub/CI
|
|
"GitHub/CI":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- ".github/**"
|
|
|
|
# branches
|
|
"OpenWrt 23.05 (end of support)":
|
|
- base-branch:
|
|
- "openwrt-23.05"
|
|
"OpenWrt 24.10":
|
|
- base-branch:
|
|
- "openwrt-24.10"
|
|
"OpenWrt 25.12":
|
|
- base-branch:
|
|
- "openwrt-25.12"
|