Skip to content

Commit d99d058

Browse files
committed
[Infrastructure] Add photon label to labeler config
- Add a rule for the `photon` label to the `.github/labeler.yml` workflow config.
1 parent 07baa23 commit d99d058

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ trigger:
8787
tutorial:
8888
- changed-files:
8989
- any-glob-to-any-file: ["Tutorials/**"]
90+
91+
photon:
92+
- changed-files:
93+
- any-glob-to-any-file: ["PWGEM/PhotonMeson/**", "*/PWGEM/PhotonMeson/**"]

0 commit comments

Comments
 (0)