imp/localization/second #4
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: 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' | |