Files
openwrt-packages/.github/labeler.yml
George Sapkin c7ccba0cf2 ci: add more labels
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>
2025-12-14 10:44:48 +01:00

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"