Skip to content

Part of #18714: Replace deprecated design system typography consts with enums in: edit-gas-display.component.js #8518

Part of #18714: Replace deprecated design system typography consts with enums in: edit-gas-display.component.js

Part of #18714: Replace deprecated design system typography consts with enums in: edit-gas-display.component.js #8518

Workflow file for this run

# Fails the pull request if it has the "DO-NOT-MERGE" label
name: Check "DO-NOT-MERGE" label
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
do-not-merge:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'DO-NOT-MERGE') }}
steps:
- name: 'Check for label "DO-NOT-MERGE"'
run: |
echo 'This check fails PRs with the "DO-NOT-MERGE" label to block merging'
exit 1