Flagsmith / Flagsmith/flagsmith-engine
Coverage action failing on external PRs
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 5
- Avg merge
- 4d 8m
- Merged PRs (30d)
- 3
Description
```
Error: Resource not accessible by integration - https://docs.github.com/rest/issues/comments#create-an-issue-comment
```
Probably need to add permissions to the token:
```
jobs:
job-name:
permissions:
pull-requests: write
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.