Skip to content

Add 0.16 release note for PR submariner-io/cloud-prepare#1013 #1667

Add 0.16 release note for PR submariner-io/cloud-prepare#1013

Add 0.16 release note for PR submariner-io/cloud-prepare#1013 #1667

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