Skip to content

fix: continue even if wiki repo is not existed #3

fix: continue even if wiki repo is not existed

fix: continue even if wiki repo is not existed #3

Workflow file for this run

on:
pull_request:
types: [opened, reopened, ready_for_review]
issue_comment:
jobs:
pr_agent_job:
if: ${{ github.event.sender.type != 'Bot' }}
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Test pr-agent-wiki-conf
steps:
- name: PR-Agent Wiki Configuration
uses: idubnori/pr-agent-wiki-conf@develop
env:
common_instructions: >-
- Please use Japanese in descriptions.
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}