From e708ae398fc5d3facca6f008e452fe9724d1b093 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Sun, 22 Dec 2024 10:09:29 +0100 Subject: [PATCH] fix: fix OPF PR labelling (#11154) ### What fix: fix OPF PR labelling --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 05ff365ea71b1..8bf768c86c5be 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -173,7 +173,7 @@ WikiData: # Tracking issue: https://github.com/openfoodfacts/openfoodfacts-server/issues/5555 📸 Open Products Facts: - changed-files: - - any-glob-to-any-file: 'taxonomies/products/**/*' + - any-glob-to-any-file: 'taxonomies/product/**/*' - any-glob-to-any-file: 'po/openproductsfacts/**/*' - any-glob-to-any-file: 'lib/ProductOpener/Config_opf.pm' - any-glob-to-any-file: 'conf/nginx/sites-available/opf'