Improve PR Review Automation with better error handling and permissions (#563)
* Add PR review automation workflow and script closes #559 * Improve PR review automation with better error handling and permissions
This commit is contained in:
5
.github/workflows/pr-review-automation.yml
vendored
5
.github/workflows/pr-review-automation.yml
vendored
@@ -10,6 +10,11 @@ on:
|
||||
jobs:
|
||||
pr-review-automation:
|
||||
runs-on: ubuntu-latest
|
||||
# Add permissions for the GITHUB_TOKEN to comment on PRs
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user