From d99d05882ddbda5b4043f338121f8af005057753 Mon Sep 17 00:00:00 2001 From: Marvin Hemmer Date: Tue, 24 Feb 2026 13:05:28 +0100 Subject: [PATCH] [Infrastructure] Add `photon` label to labeler config - Add a rule for the `photon` label to the `.github/labeler.yml` workflow config. --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 0002f9b7327..23f9cda941a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -87,3 +87,7 @@ trigger: tutorial: - changed-files: - any-glob-to-any-file: ["Tutorials/**"] + +photon: + - changed-files: + - any-glob-to-any-file: ["PWGEM/PhotonMeson/**", "*/PWGEM/PhotonMeson/**"]