Skip to content

Commit

Permalink
CI: Update issue-labeler and grand proper permissions
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 10, 2023
1 parent 691dd26 commit 048f462
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/issue_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ on:
jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
contents: read
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
enable-versioned-regex: 0
sync-labels: 1

0 comments on commit 048f462

Please sign in to comment.