mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Labeler workflow fails due to insufficient permissions
https://github.com/crazy-max/ghaction-github-labeler/issues/184
This commit is contained in:
4
.github/workflows/labels-from-yml.yml
vendored
4
.github/workflows/labels-from-yml.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user