Skip to content

Commit

Permalink
chore(CI): Use actions/labeler@v4 to keep compatiblity (apache#1711)
Browse files Browse the repository at this point in the history
https://github.com/actions/labeler/releases/tag/v5.0.0 has an imcompatible
changes of the config file, this patch use the v4 to keep compatiblity.
  • Loading branch information
acelyc111 authored and wangdan committed Dec 12, 2023
1 parent 0ca31b7 commit 7205e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Assign GitHub labels
uses: actions/labeler@main
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/workflows/module_labeler_conf.yml
Expand Down

0 comments on commit 7205e54

Please sign in to comment.