Fix workflow permissions for done labeling

0e746f03687a50fada83beb494898f4791c2f832

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +6 -0Ignore whitespace
.github/workflows/pr-auto-manager.yml+6 -0
@@ -186,6 +186,12 @@ jobs:
186 runs-on: ubuntu-latest186 runs-on: ubuntu-latest
187 if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'staging'187 if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'staging'
188188
189 # Override permissions, We need to be able to write to issues
190 permissions:
191 contents: read
192 issues: write
193 pull-requests: write
194
189 steps:195 steps:
190 - name: Extract Linked Issues From PR Description196 - name: Extract Linked Issues From PR Description
191 id: extract_issues197 id: extract_issues