Merge pull request #193 from coditamar/fix/workflow_yaml_permissions

adding `permissions` to `review.yaml`, also adding some comments
This commit is contained in:
Ori Kotek
2023-08-10 16:17:32 +03:00
committed by GitHub

View File

@ -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