Skip to content

Commit f070d7f

Browse files
committed
fix: Permission to comment on pr
1 parent 432d489 commit f070d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/structurizr-diagrams-comment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: read # Allow to work with the contents of the repository, including git pull.
16+
issues: write # Allow to comment on pull requests.
1617
pull-requests: write # Allow to list and create pr's comments.
1718
steps:
1819
- uses: sebastienfi/structurizr-pr-comment@v1

0 commit comments

Comments
 (0)