Skip to content

🦾 Reviewing PR #1262: chore(back): upgrade to strapi@4.22.1 #863

🦾 Reviewing PR #1262: chore(back): upgrade to strapi@4.22.1

🦾 Reviewing PR #1262: chore(back): upgrade to strapi@4.22.1 #863

Workflow file for this run

name: Assign and Review
run-name: "🦾 Reviewing ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}"
on:
pull_request:
types: [opened, reopened, synchronize]
permissions: write-all
jobs:
assign-and-review:
name: Assign and Review
runs-on: ubuntu-latest
steps:
- uses: grebbops/auto-author-assign@2.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Checkout Repo
uses: actions/checkout@v4
# - name: Review
# uses: grebbops/ai-codereviewer@develop
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# exclude: ".github/**/*, **/*.json, **/*.md, _ci/backstop/bd/**/*"