Skip to content

Commit

Permalink
CI: Update issue-labeler to latest version
Browse files Browse the repository at this point in the history
Issue labeler stops working due to GHA upgrade to newer Node:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Signed-off-by: Krzysztof Filipek <krzysztof.filipek@intel.com>
  • Loading branch information
KFilipek committed Aug 9, 2023
1 parent 32d5ec1 commit 62e4bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5 #May not be the latest version
- uses: github/issue-labeler@v3.2 #May not be the latest version
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue_labeler.yml
Expand Down

0 comments on commit 62e4bd5

Please sign in to comment.