Skip to content

Commit

Permalink
Merge pull request qodo-ai#231 from idavidov/idavidov/gihub-action-do…
Browse files Browse the repository at this point in the history
…c-permissions

adding permissions to the GitHub Actions section of INSTALL
  • Loading branch information
okotek authored Aug 22, 2023
2 parents 635b243 + 580af44 commit 4184f81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ on:
jobs:
pr_agent_job:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Run pr agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
Expand All @@ -72,6 +76,10 @@ on:
jobs:
pr_agent_job:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Run pr agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
Expand Down

0 comments on commit 4184f81

Please sign in to comment.