Skip to content

Bump purchases_flutter from 8.1.1 to 8.2.2 #43

Bump purchases_flutter from 8.1.1 to 8.2.2

Bump purchases_flutter from 8.1.1 to 8.2.2 #43

Workflow file for this run

name: pr-agent
on:
pull_request:
types: [opened, reopened, synchronize]
issue_comment:
types: [created, edited]
permissions:
pull-requests: write
issues: write
jobs:
pr_agent:
runs-on: ubuntu-latest
name: Run PR Agent
if: ${{ github.event.sender.type != 'Bot' }}
steps:
- id: pr-agent
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_REVIEWER.EXTRA_INSTRUCTIONS: 'Please use Japanese in descriptions.'
PR_DESCRIPTION.EXTRA_INSTRUCTIONS: 'Please use Japanese in descriptions. Titles should have prefix of commitlint pattern such as `feat:`, `chore:`, `test:`, `fix:`, `ci:`, `docs:` etc'