mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 20:30:41 +08:00
adding permissions
to review.yaml
, also adding some comments
This commit is contained in:
11
.github/workflows/review.yaml
vendored
11
.github/workflows/review.yaml
vendored
@ -1,6 +1,17 @@
|
|||||||
|
# This workflow enables developers to call PR-Agents `/[actions]` in PR's comments and upon PR creation.
|
||||||
|
# Learn more at https://www.codium.ai/pr-agent/
|
||||||
|
# This is v0.2 of this workflow file
|
||||||
|
|
||||||
|
name: PR-Agent
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr_agent_job:
|
pr_agent_job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user