Skip to content

BMP Adj-RIB-Out (RFC8671), ECMP Support and Loc-RIB missing features #8428

BMP Adj-RIB-Out (RFC8671), ECMP Support and Loc-RIB missing features

BMP Adj-RIB-Out (RFC8671), ECMP Support and Loc-RIB missing features #8428

Workflow file for this run

name: Warn before merging if a "freeze" or "do not merge" label exists
on:
pull_request_target:
types: [synchronize, opened, reopened, labeled, unlabeled]
jobs:
freeze_warning:
if: ${{ contains(github.event.*.labels.*.name, 'freeze') || contains(github.event.*.labels.*.name, 'do not merge') }}
name: Warn before merging if a "freeze" or "do not merge" label exists
runs-on: ubuntu-latest
steps:
- name: Check for "freeze" label
run: |
echo "Pull request is labeled as 'freeze' or 'do not merge'"
echo "This workflow fails so that the pull request cannot be merged."
exit 1