「Git/github/draft」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==draftをつけてpull requestする== #PullRequestページを選択し、 #CreatePullRequestの右の↓ボタンを押し、 #Create Draft PullRequestを選択する...」) |
(→draftをつけてpull requestする) |
||
行4: | 行4: | ||
#Create Draft PullRequestを選択する | #Create Draft PullRequestを選択する | ||
タイトル下にdraftが表示され、Mergeのボタンが押せないようになる | タイトル下にdraftが表示され、Mergeのボタンが押せないようになる | ||
+ | |||
+ | ==draftを外す== | ||
+ | ready for reviewボタンをおせば、外せる | ||
+ | |||
+ | 参考:https://qiita.com/ikemura23/items/d0734e7ba1cc33b401fe | ||
+ | |||
+ | ==再度draftへ== | ||
+ | #右サイドバー/Reviewers | ||
+ | #Convert to draftリンクを選択 | ||
+ | #Convert to draftボタンをクリック | ||
+ | |||
+ | 参考:https://docs.github.com/ja/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request |
2021年8月6日 (金) 18:32時点における版
draftをつけてpull requestする
- PullRequestページを選択し、
- CreatePullRequestの右の↓ボタンを押し、
- Create Draft PullRequestを選択する
タイトル下にdraftが表示され、Mergeのボタンが押せないようになる
draftを外す
ready for reviewボタンをおせば、外せる
参考:https://qiita.com/ikemura23/items/d0734e7ba1cc33b401fe
再度draftへ
- 右サイドバー/Reviewers
- Convert to draftリンクを選択
- Convert to draftボタンをクリック