fix(ci): modify permissions in PR Lint workflow

Updated permissions for the PR Lint job to include write access for issues and pull requests.
This commit is contained in:
2026-01-29 20:41:32 +02:00
committed by GitHub
parent 12c9d35c33
commit 49e6213862

View File

@@ -10,8 +10,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
permissions: read-all
jobs: jobs:
Linter: Linter:
name: PR Lint name: PR Lint
@@ -21,6 +19,8 @@ jobs:
statuses: write statuses: write
contents: read contents: read
packages: read packages: read
issues: write
pull-requests: write
steps: steps:
- name: Checkout - name: Checkout