Skip to content

Add 0.17 release notes for submariner-operator PR #2933 #1525

Add 0.17 release notes for submariner-operator PR #2933

Add 0.17 release notes for submariner-operator PR #2933 #1525

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 devel or a release note branch
if: ${{ github.base_ref != 'devel' && !startsWith(github.base_ref, 'release-notes-') }}
run: exit 1