[Feature request] add `each` mode to batch edit PRs in a stack

オープン
#441 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
github, go
領域
cli

調査の方向性

まず、既存の gh stack upgh pr edit のエントリポイント、および stack の PR リストの取得方法を追跡します。提案されている 2 つのコマンド形式を比較し、そのうえで、1 回の呼び出しで stack 内のすべての PR に要求された編集を適用することを完了の定義とし、選択したインターフェースのカバレッジも含めます。

索引モデルが issue の本文から書いたものです。

説明

feature request topic: reviews

If I want to request the review of each PR to a list of collaborators, I need to loop gh stack up && gh pr edit --add-reviewer ... for each PR in the stack, while with:

$ gh stack each edit --add-reviewer ....

the edit --add-reviewer command could be applied to each PR of the stack automatically with a single request.

If we would like to limit the each scope only to the pr edit action, then we could simplify it as:

$ gh stack each --add-reviewer ....
主要言語
Go
スター
1.5k
フォーク
73
平均マージ
1日 8時間
マージ済み PR(30日)
7

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/gh-stack のほかの issue

github/gh-stack の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。