Skip to content

fix: Preserve tokens and TTL in working memory update methods #22

fix: Preserve tokens and TTL in working memory update methods

fix: Preserve tokens and TTL in working memory update methods #22

name: Pull Request Review
on:
pull_request:
types: [opened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
review-pr:
name: Pull Request Review
runs-on:
- ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
steps:
- name: Generate PR Review
uses: augmentcode/review-pr@v0
with:
augment_session_auth: ${{ secrets.AUGMENT_SESSION_AUTH }}
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_number: ${{ github.event.pull_request.number }}
repo_name: ${{ github.repository }}