Fix workflow permissions for done labeling

This commit is contained in:
Wolfsblvt
2025-03-19 18:26:42 +01:00
parent 6bfa54e9b4
commit 0e746f0368

View File

@@ -186,6 +186,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'staging' if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'staging'
# Override permissions, We need to be able to write to issues
permissions:
contents: read
issues: write
pull-requests: write
steps: steps:
- name: Extract Linked Issues From PR Description - name: Extract Linked Issues From PR Description
id: extract_issues id: extract_issues