Skip to content

tests: Ensure bgp suppress fib has a chance to transmit data to peer (backport #16682) #6214

tests: Ensure bgp suppress fib has a chance to transmit data to peer (backport #16682)

tests: Ensure bgp suppress fib has a chance to transmit data to peer (backport #16682) #6214

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