ci: grant permission to comment on prs

This commit is contained in:
Daniel Roe 2023-07-20 13:48:38 +01:00
parent 4b13dadaa2
commit 6f1a557e5e
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
issue_comment:
types: [created]
permissions:
pull-requests: write
jobs:
trigger:
runs-on: ubuntu-latest