Skip to content

Commit

Permalink
chore: improve the example prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
idubnori committed Apr 3, 2024
1 parent 363e095 commit 4881584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: idubnori/pr-agent-wiki-conf@develop
env:
common_instructions: >-
- Please use Japanese in descriptions.
pr_code_suggestions.extra_instructions: >-
- Think about the need for changes or additions to the test code and make suggestions.
- Answer in Japanese.
pr_reviewer.extra_instructions: >-
- Additional second priority point: focus on the need for test code additions or changes to the application code changes.
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
uses: idubnori/pr-agent-wiki-conf@main
env:
common_instructions: >-
- Please use Japanese in descriptions.
pr_code_suggestions.extra_instructions: >-
- Think about the need for changes or additions to the test code and make suggestions.
- Answer in Japanese.
pr_reviewer.extra_instructions: >-
- Additional second priority point: focus on the need for test code additions or changes to the application code changes.
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
Expand Down

0 comments on commit 4881584

Please sign in to comment.