Skip to content

Initial serialization for query fragments #10

Initial serialization for query fragments

Initial serialization for query fragments #10

Workflow file for this run

name: PR do-not-merge flag
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize, ready_for_review]
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- name: Has label
if: github.base_ref == 'main' && contains( github.event.pull_request.labels.*.name, 'pr/do-not-merge')
run: |
echo "PR blocked: [tag: pr/do-not-merge]"
exit 1
- name: All good
if: ${{ success() }}
run: |
echo "All good"