Skip to content

build(deps): bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in the go_modules group #915

build(deps): bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in the go_modules group

build(deps): bump github.com/docker/docker from 25.0.5+incompatible to 25.0.6+incompatible in the go_modules group #915

name: Merge Gatekeeper
on:
pull_request:
branches:
- main
merge_group: # Trigger in merge queue to pass the required status check
jobs:
merge-gatekeeper:
if: github.event_name == 'pull_request'
runs-on: [arc-runner-set]
permissions:
checks: read
statuses: read
steps:
- name: Run Merge Gatekeeper
uses: upsidr/merge-gatekeeper@v1
with:
timeout: 1200
token: ${{ secrets.GITHUB_TOKEN }}