From 78a0cbdb57ea889b0280089037ec3ec5e5da7540 Mon Sep 17 00:00:00 2001 From: Aylong Date: Fri, 12 Jul 2024 14:17:33 +0300 Subject: [PATCH 1/3] Fix: Labeler, maybe --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index daaffa28fdba8..53ad1226c92b2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -20,7 +20,7 @@ - all: ['code/**', modular_bandastation/**] 'Перевод': - branches: + - branches: - 'translate' 'Инструменты': From fe0f146c95bc3e197ce0932d87bc724f100f4bce Mon Sep 17 00:00:00 2001 From: Aylong Date: Fri, 12 Jul 2024 14:48:59 +0300 Subject: [PATCH 2/3] Update labeler to v5 --- .github/labeler.yml | 7 +++---- .github/workflows/label.yml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 53ad1226c92b2..0c5a7ac82e796 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,15 +13,14 @@ 'НЕ МОДУЛЬНО': - all: ['code/**'] - - branches-ignore: - - 'translate' + - base-branch: 'master' 'Частичная модульность': - all: ['code/**', modular_bandastation/**] + - base-branch: 'master' 'Перевод': - - branches: - - 'translate' + - head-branch: ['^translate', 'translate'] 'Инструменты': - '.gihub/workflows/**' diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 374a6f59dee34..4ee0d018cf6a4 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -7,7 +7,7 @@ jobs: labeler: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true From c4c6142c4b36eedb1db972b575785ac7a273357b Mon Sep 17 00:00:00 2001 From: Aylong Date: Fri, 12 Jul 2024 14:52:03 +0300 Subject: [PATCH 3/3] Update labeler.yml --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 0c5a7ac82e796..752ef2e28f61b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -20,7 +20,7 @@ - base-branch: 'master' 'Перевод': - - head-branch: ['^translate', 'translate'] + - base-branch: 'translate' 'Инструменты': - '.gihub/workflows/**'