Skip to content

Commit e5ee28b

Browse files
authored
ci: The version of actions/labeler is fixed at 4 (#4316)
Until now, the main had been specified, so it was automatically raised to the latest version, 5. And as a link, the structure of the configuration file has changed significantly in v5. [Release v5.0.0 · actions/labeler](https://github.com/actions/labeler/releases/tag/v5.0.0) I think it would be preferable to update the file accordingly, but since I am not familiar with the previous structure and I don't think it is healthy for CI to always fail, I will fix it at 4 for the time being. We will consider moving to v5 later.
1 parent f414a44 commit e5ee28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/labeler@main
9+
- uses: actions/labeler@v4
1010
with:
1111
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1212
sync-labels: true

0 commit comments

Comments
 (0)