Skip to content

Add release notes for subctl#723 #1262

Add release notes for subctl#723

Add release notes for subctl#723 #1262

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