From a8161acdd3eecf99542e0a8ed4d0ff45db956cc4 Mon Sep 17 00:00:00 2001 From: Aylong <69762909+AyIong@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:23:53 +0300 Subject: [PATCH] Fix: Labeler, maybe (#350) 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 daaffa28fdba8..752ef2e28f61b 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' + - base-branch: '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