-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change to use gh api, due to avoid retry #7
Conversation
PR Description updated to latest commit (c206a77) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
7026e67
to
6adcb53
Compare
PR Description updated to latest commit (6adcb53) |
7b524b0
to
568338e
Compare
5616863
to
dac74b0
Compare
Type
enhancement
Description
.github/workflows/pr-agent.yml
でGitHub Actionの使用バージョンを変更しました。action.yml
では、以前のactions/checkout
を使用した方法から、gh api
を使用してWikiページを直接ダウンロードする方法に変更しました。これにより、リトライを避けることができます。Changes walkthrough
pr-agent.yml
GitHub Actionのバージョンを変更
.github/workflows/pr-agent.yml
Actionの使用を
idubnori/pr-agent-wiki-conf@develop
からidubnori/pr-agent-wiki-conf@work/nori/use-gh-api-1
に変更action.yml
Wikiページのダウンロード方法を`gh api`に変更
action.yml
actions/checkout
を削除し、gh api
を使用してWikiページをダウンロードするように変更mkdir -p wiki_temp
を追加して、ダウンロード先のディレクトリを準備