Skip to content

Add 0.16 release notes for lighthouse PR #1625 #1619

Add 0.16 release notes for lighthouse PR #1625

Add 0.16 release notes for lighthouse PR #1625 #1619

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