Skip to content

chore: release loki-gateway 0.1.8 #159

chore: release loki-gateway 0.1.8

chore: release loki-gateway 0.1.8 #159

Workflow file for this run

name: Mergeability
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches: [main]
jobs:
check-main:
name: Check main
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
sparse-checkout: |
.github/actions/block-merging
- name: Block merging
uses: ./.github/actions/block-merging
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'main'