🦾 Reviewing PR #1262: chore(back): upgrade to [email protected] #863
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
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/**/*" |