From c48c78aa61dbbf2d564119c1c5054ca4601fda2b Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 19 Apr 2024 17:19:57 +0200 Subject: [PATCH] .github: label BEP issues and PRs Signed-off-by: Patrik Oldsberg --- .github/issue-labeler.yml | 2 ++ .github/labeler.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml index 848309f88d..c86279d411 100644 --- a/.github/issue-labeler.yml +++ b/.github/issue-labeler.yml @@ -8,3 +8,5 @@ area:scaffolder: - '/scaffolder/i' area:permission: - '/permission/i' +bep: + - '/\bbep\b/i' diff --git a/.github/labeler.yml b/.github/labeler.yml index 6653c2d868..cb28d955b4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -31,6 +31,10 @@ area:techdocs: - plugins/techdocs/**/* - plugins/techdocs-*/**/* - packages/techdocs-*/**/* +bep: + - changed-files: + - any-glob-to-any-file: + - beps/**/* auth: - changed-files: - any-glob-to-any-file: