Skip to content

[TT-10294, TT-16337] Updated access control docs #4839

[TT-10294, TT-16337] Updated access control docs

[TT-10294, TT-16337] Updated access control docs #4839

Workflow file for this run

on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
issue_comment:
permissions:
contents: read
pull-requests: write
issues: write
jobs:
pr_agent_job:
runs-on: ubuntu-latest
name: Run pr agent on every pull request, respond to user comments
if: ${{ !github.event.pull_request.draft }}
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@d82f7d3e696cd00822694aaa3096265d3889f3f1 # main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}