From 3ebe53ada1199a90e6d2fbcc3b9c39d416ba1469 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:46:23 +0800 Subject: [PATCH] ci: label web changes (#31261) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/labeler.yml | 3 +++ .github/workflows/labeler.yml | 14 ++++++++++++++ 2 files changed, 17 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 0000000000..d1d324d381 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,3 @@ +web: + - changed-files: + - any-glob-to-any-file: 'web/**' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000000..06782b53c1 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,14 @@ +name: "Pull Request Labeler" +on: + pull_request_target: + +jobs: + labeler: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v6 + with: + sync-labels: true