Skip to content

Commit

Permalink
Merge pull request #31 from exoego/issues-write
Browse files Browse the repository at this point in the history
"issues: write" is needed when PR is created by external users?
  • Loading branch information
exoego committed May 24, 2024
2 parents 243c296 + 9bd03e3 commit 8e9b0d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
contents: read # for checkout repository
actions: read # for fetching base branch bundle stats
pull-requests: write # for comments
issues: write # for comments

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
contents: read # for checkout repository
actions: read # for fetching base branch bundle stats
pull-requests: write # for comments
issues: write # for comments

jobs:
build:
Expand Down Expand Up @@ -81,6 +82,7 @@ permissions:
contents: read # for checkout repository
actions: read # for fetching base branch bundle stats
pull-requests: write # for comments
issues: write # for comments
```

## Action inputs
Expand Down

0 comments on commit 8e9b0d4

Please sign in to comment.