PR Labels: apply release label to release- branch PRs

This will be useful in the followup commit that enables TMT test jobs on
PRs.

PRs on `main` branch should be tested with bleeding-edge dependencies
from the podman-next COPR while PRs on `release` branches should be
tested only with the official distro packages. Packit will run/skip the
relevant set of tests based on this label.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2025-01-20 17:20:31 +05:30 committed by Miloslav Trmač
parent a3ffb772e1
commit ff462b3dad

3
.github/labeler.yml vendored Normal file
View File

@ -0,0 +1,3 @@
# https://github.com/actions/labeler
release:
- base-branch: [^release-\d+\.\d+]