Skip to content

Commit

Permalink
Fix: Labeler, maybe (#350)
Browse files Browse the repository at this point in the history
Update labeler to v5
  • Loading branch information
AyIong authored Jul 12, 2024
1 parent a02b78c commit a8161ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a8161ac

Please sign in to comment.