Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: Add permission instructions for createComment
  • Loading branch information
RSS1102 authored Sep 17, 2024
commit 68e1071aa7c4a108f3670d14649ec2afa1f705a3
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ on:
issues:
types: [opened]

# see: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
permissions:
pull-requests: 'write'
Comment thread
RSS1102 marked this conversation as resolved.
Outdated

jobs:
comment:
runs-on: ubuntu-latest
Expand Down