Skip to content

Add release note for submariner PR#2576 #1426

Add release note for submariner PR#2576

Add release note for submariner PR#2576 #1426

Workflow file for this run

---
name: Branch Checks
on:
pull_request:
permissions: {}
jobs:
target_branch:
name: PR targets branch
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets the correct branch
if: ${{ github.base_ref != 'release-notes-0.16' }}
run: exit 1