From ff462b3dad682a3680b9596c51bf638a38c280b1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 20 Jan 2025 17:20:31 +0530 Subject: [PATCH] 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 --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..8770aeb1 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,3 @@ +# https://github.com/actions/labeler +release: + - base-branch: [^release-\d+\.\d+]