7
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PRからのIssuesの自動closeはデフォルトブランチ宛しか動かない【個人メモ】

Last updated at Posted at 2019-07-23

GitHubの使い方を勉強がてら、ちょっと大きめの追加を行うためにエピックブランチ運用を試してみたところ、
Pull requestsからIssuesの自動Closeは向き先がデフォルトブランチでないと動かないらしいことが判明。

Closing issues using keywords (GitHub Help)

When the pull request is merged into your repository's default branch, the corresponding issue is automatically closed.

(太字部分に明記あり)

エピックブランチを都度デフォルトに変えれば自動closeできるけど、それはそれで戻し忘れとか手間な気が。。。_(:3」∠)_


参考

7
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?