-
Notifications
You must be signed in to change notification settings - Fork 78
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
Adds Codeium PR agent in the CI jobs. #569
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just two comments re keeping the phrase source files sorted. Thanks!
Source/Data/BPMFMappings.txt
Outdated
@@ -139584,3 +139584,5 @@ | |||
龜鑑 ㄍㄨㄟ ㄐㄧㄢˋ | |||
龜頭 ㄍㄨㄟ ㄊㄡˊ | |||
龜鱉目 ㄍㄨㄟ ㄅㄧㄝ ㄇㄨˋ | |||
大於等於 ㄉㄚˋ ㄩˊ ㄉㄥˇ ㄩˊ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep the file sorted per the instructions here? https://github.com/openvanilla/McBopomofo/wiki/詞庫開發說明#請確保-bpmfmappingstxt-以及-phraseocc-兩個檔案的詞條排序
Source/Data/phrase.occ
Outdated
@@ -148259,3 +148259,5 @@ | |||
龤 0 | |||
兀 0 | |||
嗀 0 | |||
大於等於 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto please keep the file sorted.
/describe |
/review |
看起來好像沒作用? |
@zonble 我印象中只用 GH Actions 的用法有點不同。正要比對。 |
@CodiumAI-Agent /describe |
TitleAdds Codeium PR agent in the CI jobs. User descriptionAlso added two simple phrases. PR TypeEnhancement, Other Description
Changes walkthrough 📝
|
@CodiumAI-Agent /review --pr_reviewer.inline_code_comments=true --pr_reviewer.require_score_review=true --pr_reviewer.require_can_be_split_review=true |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
env: | ||
OPENAI_KEY: ${{ secrets.OPENAI_KEY }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
github_action_config.auto_review: "true" # enable\disable auto review | |
github_action_config.auto_describe: "true" # enable\disable auto describe | |
github_action_config.auto_improve: "true" # enable\disable auto improve | |
github_action_config.pr_actions: '["opened", "reopened", "ready_for_review", "review_requested"]' |
@zonble 如果要自動跑的話要有這些。現在沒有,所以要手動 comment @CodiumAI-Agent /command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是說我不確定最後一列 github_action_config.pr_actions: '["opened", "reopened", "ready_for_review", "review_requested"]'
跟最上層不一致的話會發生什麼事。現在最上層的 on
沒有 "review_requested"
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外,GitHub App 才支援不加 @CodiumAI-Agent
的 /command
.
@@ -139669,3 +139669,5 @@ | |||
龜鑑 ㄍㄨㄟ ㄐㄧㄢˋ | |||
龜頭 ㄍㄨㄟ ㄊㄡˊ | |||
龜鱉目 ㄍㄨㄟ ㄅㄧㄝ ㄇㄨˋ | |||
大於等於 ㄉㄚˋ ㄩˊ ㄉㄥˇ ㄩˊ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: these also need to be sorted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What xatier said.
@@ -139669,3 +139669,5 @@ | |||
龜鑑 ㄍㄨㄟ ㄐㄧㄢˋ | |||
龜頭 ㄍㄨㄟ ㄊㄡˊ | |||
龜鱉目 ㄍㄨㄟ ㄅㄧㄝ ㄇㄨˋ | |||
大於等於 ㄉㄚˋ ㄩˊ ㄉㄥˇ ㄩˊ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What xatier said.
Also added two simple phrases.