Skip to content

Add release notes for submariner#2520 #1276

Add release notes for submariner#2520

Add release notes for submariner#2520 #1276

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.15' }}
run: exit 1