Skip to content

Commit

Permalink
Fix labeler configuration (#6344)
Browse files Browse the repository at this point in the history
# Description

In PR #6328 I have added an automatic maintenance label when something
is edited pre-commit. But I wrongly understand actions/lableler
documentation and thought that the bug was fixed, that is true, but it
is fixed in v5 branch, not backported to v4.

v5 has been from a long time (since May) in the release process.

actions/labeler#112
  • Loading branch information
Czaki committed Oct 18, 2023
1 parent cd2dcc2 commit efa06ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Expand Up @@ -13,3 +13,5 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# sync-labels need to be removed when upgrade to v5 of labeler
sync-labels: ''

0 comments on commit efa06ad

Please sign in to comment.