Skip to content

Commit

Permalink
ci: コメントをちょっと足してコードもちょっとわかりやすくする (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 1, 2025
1 parent 09dc2cb commit 0da8014
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/merge_gatekeeper.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: "Merge Gatekeeper"

# auto mergeとmerge queue用のチェッカー。
# Approve数が足りているか、すべてのテストが通っているかを確認します。
# 詳細: https://github.com/VOICEVOX/merge-gatekeeper

on:
pull_request_target:
types: [auto_merge_enabled]
Expand All @@ -21,4 +26,4 @@ jobs:
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 }}
ref: ${{ github.event.pull_request && github.event.pull_request.head.ref || github.ref }}

0 comments on commit 0da8014

Please sign in to comment.