Skip to content

fix(changelog): escape leading underscores in titles (#620) #785

fix(changelog): escape leading underscores in titles (#620)

fix(changelog): escape leading underscores in titles (#620) #785

name: Enforce License Compliance
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
enforce-license-compliance:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 'Enforce License Compliance'
uses: getsentry/action-enforce-license-compliance@4fae092d42cc91cdfa447eb5b0987cbecfdb07c6 # main
with:
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}