Skip to content

Pin actions/stale action to 28ca103 #194

Pin actions/stale action to 28ca103

Pin actions/stale action to 28ca103 #194

Workflow file for this run

name: PR
on:
pull_request:
branches:
- dev
jobs:
build:
name: Build & Test
uses: ./.github/workflows/_test.yml
secrets: inherit
permissions:
pull-requests: write
contents: read
issues: read
checks: write
run_code_review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0
- name: Code Review GPT
uses: mattzcarey/code-review-gpt@de97038ae42682624354ad07e750c49cdd4ce21e # v0.1.10
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-4o'
GITHUB_TOKEN: ${{ github.token }}