Skip to content

Commit

Permalink
Merge pull request Codium-ai#193 from coditamar/fix/workflow_yaml_per…
Browse files Browse the repository at this point in the history
…missions

adding `permissions` to `review.yaml`, also adding some comments
  • Loading branch information
okotek authored Aug 10, 2023
2 parents 000e10d + c9bab9a commit 23e2b50
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr-agent-review.yaml
Original file line number Diff line number Diff line change
@@ -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:
pull_request:
issue_comment:

permissions:
issues: write
pull-requests: write

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

0 comments on commit 23e2b50

Please sign in to comment.