-
Notifications
You must be signed in to change notification settings - Fork 163
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
ブランチ名に関わらずAZP/GHAが実行されるようにする #1788
Conversation
分割しました。反応次第で撤回されることに変わりはないです。 |
Kudos, SonarCloud Quality Gate passed! |
よいと思います。 |
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です。
ビルド対象ブランチを制限する仕組みは、
サンプルに書いてあったから入っただけなはずです。
指定外ブランチを利用したテストが時々行われていましたが、よくよく考えてみると、ビルドを除外したいくらいに遅いのはAppveyorだけなので、
他CIは無制限で良いのかもしれないです。
branches: | ||
- master | ||
- feature/* | ||
- release/* |
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.
ここ1年くらいリリースしてないですね。 > @KENCHjp さん
レビューありがとうございます。 |
マージしました。ご確認ありがとうございました。 |
PR の目的
実行対象ブランチの名称に関わらずCIが実行されるようにします。
カテゴリ
PR の背景
サクラエディタが利用しているCIのうち、Azure PipelinesとGitHub Actionsでは、あらかじめ想定されるパターンに合致する名称のブランチに対してのみジョブが実行されます。
しかし、この方法ではブランチにつけられる名前に制限が課されるため、自由に名前を付けられず不便です。
過去には想定外のブランチ名でPRが出されたことがあり、それらのPRは事前の確認が不十分な可能性があります。
PR のメリット
PR のデメリット (トレードオフとかあれば)
仕様・動作説明
イベントトリガーの条件欄からブランチ名の記述を削除します。
PR の影響範囲
テスト内容
関連 issue, PR
※このPRは #1787 から分割されたものです。
参考資料