refactor: separate submit-work and finish-work commands#13
Merged
glassmonkey merged 31 commits intomainfrom Feb 10, 2025
Merged
refactor: separate submit-work and finish-work commands#13glassmonkey merged 31 commits intomainfrom
glassmonkey merged 31 commits intomainfrom
Conversation
glassmonkey
commented
Feb 10, 2025
glassmonkey
commented
Feb 10, 2025
glassmonkey
commented
Feb 10, 2025
glassmonkey
commented
Feb 10, 2025
Owner
Author
|
LGTM |
Owner
Author
|
LGTM |
1 similar comment
Owner
Author
|
LGTM |
Owner
Author
|
LGTM |
Owner
Author
|
LGTM |
Owner
Author
|
LGTM |
Owner
Author
|
LGTM |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
作業フローの改善
概要
作業フローを改善し、コマンドの実行をMakefile経由に統一します。
変更内容
gh pr createの対話的なプロンプトをスキップするように変更--repoオプションを使用して、リポジトリの指定を自動化submit-work: PRの作成を担当finish-work: レビュー完了後の作業を担当monitor-prターゲットを追加確認事項
make submit-work title="<pr-title>"でPRが作成できることmake monitor-prでPRの状態が監視できることmake finish-workでPRマージ後の後始末が実行できること補足
make finish-workを実行してください.workディレクトリの掃除を実行します。