-
Notifications
You must be signed in to change notification settings - Fork 1
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
ci: upsidr/merge-gatekeeperを追加 #6
Conversation
@Hiroshiba 一旦これを強行マージできるか試して置いた方がよさそう? |
PRありです!!! 変更しないといけないのが2箇所ほど! たぶんjob名を あとタイムアウトがデフォルトで600秒っぽいので、Rulesetの READMEの変更は間違えて古いのをコピーしてしまいそうなので、やっといたほうが良さそうだなと感じました。 |
あ、force mergeのチェックのためですね!! 確かに。 |
あ、強行マージというより独断マージですね。 |
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!!
だけどapproveせずbypassでマージしてみたいと思います!!
token: ${{ secrets.GITHUB_TOKEN }} | ||
self: merge_gatekeeper | ||
# https://github.com/upsidr/merge-gatekeeper/issues/71#issuecomment-1660607977 | ||
ref: ${{ github.event.action == 'auto_merge_enabled' && github.event.pull_request.head.ref || github.ref }} |
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.
こんな感じにしたりすると、「PRのとき」という意図が伝わりやすいかも?
ref: ${{ github.event.action == 'auto_merge_enabled' && github.event.pull_request.head.ref || github.ref }} | |
ref: ${{ github.event.pull_request && github.event.pull_request.head.ref || github.ref }} |
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.
確かに。そうしてみます。
内容
upsidr/merge-gatekeeperを付け足します。
関連 Issue
スクリーンショット・動画など
(なし)
その他
READMEも更新しようと思いましたが、どちらかと言えばvoicevox-project/docsにあるべきだな~って気持ちがしたのでしてません。
あとこれの失敗チェックもしたい。