Skip to content

zebra: fix crash when macvlan link-interface is in another netns (backport #15399) #2379

zebra: fix crash when macvlan link-interface is in another netns (backport #15399)

zebra: fix crash when macvlan link-interface is in another netns (backport #15399) #2379

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