diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index de226c6..bb1f1df 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -53,7 +53,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + # Advisory AI review — never block a PR on it (e.g. expired AI_API_KEY). - uses: AxeForging/reviewforge@main + continue-on-error: true with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} AI_PROVIDER: gemini diff --git a/go.mod b/go.mod index 5da2446..8c7822a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/AxeForging/aigate -go 1.25.10 +go 1.25.11 require ( github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2