Labeler workflow fails due to insufficient permissions

https://github.com/crazy-max/ghaction-github-labeler/issues/184
This commit is contained in:
Igor Pecovnik
2024-01-30 12:36:04 +01:00
committed by Igor
parent a7aafb8de0
commit 03299d7843

View File

@@ -12,6 +12,10 @@ on:
jobs:
labeler:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
issues: write # for actions/labeler to add labels to issues
if: ${{ github.repository_owner == 'Armbian' }}
runs-on: ubuntu-latest
steps: