From a688c726d53589947e227e93412fd34aba1f8122 Mon Sep 17 00:00:00 2001 From: shinigami-777 Date: Sat, 8 Mar 2025 02:53:20 +0530 Subject: [PATCH 1/3] added pr-labeler with some labels Signed-off-by: shinigami-777 --- .github/labeler.yml | 16 ++++++++++++++++ .github/workflows/labeler.yml | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .github/labeler.yml create mode 100644 .github/workflows/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..76f245e --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,16 @@ +area/ci: +- changed-files: + - any-glob-to-any-file: + - ".github/**/*" +area/models: +- changed-files: + - any-glob-to-any-file: + - "pkg/model/**/*" +area/internal: +- changed-files: + - any-glob-to-any-file: + - "internal/**/*" +area/meshsync: +- changed-files: + - any-glob-to-any-file: + - "meshsync/*" \ No newline at end of file diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000..143d2fb --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,11 @@ +name: "Pull Request Labeler" +on: +- pull_request_target + +jobs: + triage: + runs-on: ubuntu-24.04 + steps: + - uses: actions/labeler@v5 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" From f27bc25bf885669d8332c862ad0c2ab2bbc4f7b9 Mon Sep 17 00:00:00 2001 From: Tamaghna Chattopadhyay <139495942+shinigami-777@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:20:53 +0530 Subject: [PATCH 2/3] Update labeler.yml Signed-off-by: Tamaghna Chattopadhyay <139495942+shinigami-777@users.noreply.github.com> --- .github/labeler.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 76f245e..5d2cca9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,15 +2,3 @@ area/ci: - changed-files: - any-glob-to-any-file: - ".github/**/*" -area/models: -- changed-files: - - any-glob-to-any-file: - - "pkg/model/**/*" -area/internal: -- changed-files: - - any-glob-to-any-file: - - "internal/**/*" -area/meshsync: -- changed-files: - - any-glob-to-any-file: - - "meshsync/*" \ No newline at end of file From 368ef6006f617454177d73ca37e1f4a9325832cd Mon Sep 17 00:00:00 2001 From: shinigami-777 Date: Fri, 28 Mar 2025 16:16:35 +0530 Subject: [PATCH 3/3] added more labels Signed-off-by: shinigami-777 --- .github/labeler.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5d2cca9..ab97a32 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,3 +2,16 @@ area/ci: - changed-files: - any-glob-to-any-file: - ".github/**/*" + - "install/*" +area/docs: +- changed-files: + - any-glob-to-any-file: + - "README.md" + - "CONTRIBUTING.md" + - "CONTRIBUTING-gitflow.md" +language/go: +- changed-files: + - any-glob-to-any-file: + - "meshsync/*" + - "internal/**/*" + - "pkg/**/*" \ No newline at end of file