Skip to content

chore(ci): fix issues found by Zizmor #232

chore(ci): fix issues found by Zizmor

chore(ci): fix issues found by Zizmor #232

Workflow file for this run

name: Ensure CHANGELOG updated
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches: [main]
permissions: {}
jobs:
changelog:
name: Ensure changelog updated
runs-on: ubuntu-latest
steps:
- name: Changelog check
uses: Zomzog/changelog-checker@564f4aa7a062e7498bd253f616569f02fb024c06 # v1.2.0
with:
fileName: CHANGELOG.md
noChangelogLabel: no-changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}