Skip to content

fix(taiko-client): check if preconfirmation whitelist address is set before fetching it #3308

fix(taiko-client): check if preconfirmation whitelist address is set before fetching it

fix(taiko-client): check if preconfirmation whitelist address is set before fetching it #3308

name: Merge Gatekeeper
on:
pull_request:
branches:
- main
merge_group: # Trigger in merge queue to pass the required status check
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
merge-gatekeeper:
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
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 }}