1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

ci: migrate labeler configuration to the new format

Turns out updating the labeler action is a bit annoying[0], so the
breaking change wasn't detected in the version bump PR.

[0] https://github.com/actions/labeler/#notes-regarding-pull_request_target-event

Follow-up to f88c9b0728.
This commit is contained in:
Frantisek Sumsal 2024-01-02 12:14:41 +01:00
parent 83a0417550
commit d151d6ce6f

203
.github/labeler.yml vendored
View File

@ -1,140 +1,183 @@
# SPDX-License-Identifier: LGPL-2.1-or-later # SPDX-License-Identifier: LGPL-2.1-or-later
# vi: sw=2 ts=2 et:
apparmor: apparmor:
- '**/*apparmor*' - changed-files:
- any-glob-to-any-file: '**/*apparmor*'
binfmt: binfmt:
- '**/*binfmt*' - changed-files:
- any-glob-to-any-file: '**/*binfmt*'
btrfs: btrfs:
- '**/*btrfs*' - changed-files:
- any-glob-to-any-file: '**/*btrfs*'
build-system: build-system:
- meson_options.txt - changed-files:
- '**/meson.build' - any-glob-to-any-file: ['meson_options.txt', '**/meson.build', 'Makefile', 'configure']
- Makefile
- configure
busctl: busctl:
- '**/*busctl*' - changed-files:
- any-glob-to-any-file: '**/*busctl*'
cgls: cgls:
- '**/*cgls*' - changed-files:
- any-glob-to-any-file: '**/*cgls*'
cgtop: cgtop:
- '**/*cgtop*' - changed-files:
- any-glob-to-any-file: '**/*cgtop*'
ci: ci:
- '.github/*' - changed-files:
- any-glob-to-any-file: '.github/*'
coccinelle: coccinelle:
- coccinelle/* - changed-files:
- any-glob-to-any-file: 'coccinelle/*'
coredump: coredump:
- '**/*coredump*' - changed-files:
- any-glob-to-any-file: '**/*coredump*'
documentation: documentation:
- NEWS - changed-files:
- README* - any-glob-to-any-file: ['NEWS', 'README*', 'docs/*', 'man/*']
- docs/*
- man/*
env-generator: env-generator:
- '**/*environment*generator*' - changed-files:
- any-glob-to-any-file: '**/*environment*generator*'
debug-generator: debug-generator:
- '**/debug-generator*' - changed-files:
- any-glob-to-any-file: '**/debug-generator*'
fstab-generator: fstab-generator:
- '**/*fstab-generator*' - changed-files:
- any-glob-to-any-file: '**/*fstab-generator*'
growfs: growfs:
- '**/*growfs*' - changed-files:
- any-glob-to-any-file: '**/*growfs*'
hwdb: hwdb:
- hwdb.d/**/* - changed-files:
- any-glob-to-any-file: 'hwdb.d/**/*'
journal: journal:
- src/journal/* - changed-files:
- src/libsystemd/sd-journal/* - any-glob-to-any-file: ['src/journal/*', 'src/libsystemd/sd-journal/*']
journal-remote: journal-remote:
- src/journal-remote/* - changed-files:
- any-glob-to-any-file: 'src/journal-remote/*'
meson: meson:
- meson_options.txt - changed-files:
- '**/meson.build' - any-glob-to-any-file: ['meson_options.txt', '**/meson.build']
mkosi: mkosi:
- .mkosi/* - changed-files:
- mkosi.build - any-glob-to-any-file: ['.mkosi/*', 'mkosi.build']
network: network:
- src/libsystemd-network/**/* - changed-files:
- src/network/**/* - any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*']
portable: portable:
- src/portable/**/* - changed-files:
- any-glob-to-any-file: 'src/portable/**/*'
rc-local-generator: rc-local-generator:
- src/rc-local-generator/* - changed-files:
- any-glob-to-any-file: 'src/rc-local-generator/*'
repart: repart:
- '**/*repart*' - changed-files:
- any-glob-to-any-file: '**/*repart*'
resolve: resolve:
- '**/*resolve*' - changed-files:
- any-glob-to-any-file: '**/*resolve*'
rfkill: rfkill:
- '**/*rfkill*' - changed-files:
- any-glob-to-any-file: '**/*rfkill*'
rpm: rpm:
- src/rpm/* - changed-files:
- any-glob-to-any-file: 'src/rpm/*'
run: run:
- src/run/* - changed-files:
- man/systemd-run* - any-glob-to-any-file: ['src/run/*', 'man/systemd-run*']
sd-boot/sd-stub/bootctl: sd-boot/sd-stub/bootctl:
- src/boot/**/* - changed-files:
- man/bootctl* - any-glob-to-any-file: ['src/boot/**/*', 'man/bootctl*', 'man/systemd-boot.xml']
- man/systemd-boot.xml
sd-bus: sd-bus:
- '**/sd-bus*/**' - changed-files:
- any-glob-to-any-file: '**/sd-bus*/**'
sd-daemon: sd-daemon:
- '**/sd-daemon*/**' - changed-files:
- any-glob-to-any-file: '**/sd-daemon*/**'
sd-device: sd-device:
- '**/sd-device*/**' - changed-files:
- any-glob-to-any-file: '**/sd-device*/**'
sd-event: sd-event:
- '**/sd-event*/**' - changed-files:
- any-glob-to-any-file: '**/sd-event*/**'
sd-hwdb: sd-hwdb:
- '**/sd-hwdb*/**' - changed-files:
- any-glob-to-any-file: '**/sd-hwdb*/**'
sd-id128: sd-id128:
- '**/sd-id128*/**' - changed-files:
- any-glob-to-any-file: '**/sd-id128*/**'
sd-netlink: sd-netlink:
- '**/sd-netlink*/**' - changed-files:
- any-glob-to-any-file: '**/sd-netlink*/**'
sd-path: sd-path:
- '**/sd-path*/**' - changed-files:
- any-glob-to-any-file: '**/sd-path*/**'
sd-resolve: sd-resolve:
- '**/sd-resolve*/**' - changed-files:
- any-glob-to-any-file: '**/sd-resolve*/**'
selinux: selinux:
- '**/*selinux*' - changed-files:
- any-glob-to-any-file: '**/*selinux*'
sleep: sleep:
- '**/*sleep*' - changed-files:
- any-glob-to-any-file: ['src/shared/*sleep*', 'src/sleep/*']
smack: smack:
- '**/*smack*' - changed-files:
- any-glob-to-any-file: '**/*smack*'
socket-proxy: socket-proxy:
- '**/*socket-proxy*' - changed-files:
- any-glob-to-any-file: '**/*socket-proxy*'
sysv-generator: sysv-generator:
- '**/*sysv-generator*' - changed-files:
- any-glob-to-any-file: '**/*sysv-generator*'
systemctl: systemctl:
- '**/systemctl*' - changed-files:
- any-glob-to-any-file: '**/systemctl*'
sysupdate: sysupdate:
- '**/*sysupdate*' - changed-files:
- any-glob-to-any-file: '**/*sysupdate*'
sysvcompat: sysvcompat:
- '**/*sysv*' - changed-files:
- any-glob-to-any-file: '**/*sysv*'
sysctl: sysctl:
- '**/*sysctl*' - changed-files:
- any-glob-to-any-file: '**/*sysctl*'
timedate: timedate:
- '**/*timedate*' - changed-files:
- any-glob-to-any-file: '**/*timedate*'
timesync: timesync:
- '**/*timesync*' - changed-files:
- any-glob-to-any-file: '**/*timesync*'
tests: tests:
- src/test/**/* - changed-files:
- src/fuzz/**/* - any-glob-to-any-file: [
- test/**/* 'src/test/**/*',
- '**/test-*' 'src/fuzz/**/*',
- .github/workflows/* 'test/**/*',
'**/test-*',
'.github/workflows/*'
]
tpm2: tpm2:
- '**/*tpm2*' - changed-files:
- '**/*tpm-*' - any-glob-to-any-file: ['**/*tpm2*', '**/*tpm-*']
udev: udev:
- src/udev/**/* - changed-files:
- src/libudev/* - any-glob-to-any-file: ['src/udev/**/*', 'src/libudev/*', 'man/*udev*']
- man/*udev*
uki: uki:
- '**/ukify*' - changed-files:
- any-glob-to-any-file: '**/ukify*'
units: units:
- units/**/* - changed-files:
- any-glob-to-any-file: 'units/**/*'
userdb: userdb:
- '**/*userdb*' - changed-files:
- any-glob-to-any-file: '**/*userdb*'
util-lib: util-lib:
- src/fundamental/**/* - changed-files:
- src/basic/**/* - any-glob-to-any-file: ['src/fundamental/**/*', 'src/basic/**/*', 'src/shared/**/*']
- src/shared/**/*
vconsole: vconsole:
- '**/*vconsole*' - changed-files:
- any-glob-to-any-file: '**/*vconsole*'
xdg-autostart: xdg-autostart:
- '**/**xdg-autostart-generator*' - changed-files:
- any-glob-to-any-file: '**/**xdg-autostart-generator*'