Skip to content

zebra: Temporarily block the execution of the rib_process function while the thread t_dplane is waiting to be scheduled. #1045

zebra: Temporarily block the execution of the rib_process function while the thread t_dplane is waiting to be scheduled.

zebra: Temporarily block the execution of the rib_process function while the thread t_dplane is waiting to be scheduled. #1045

Workflow file for this run

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