Skip to content

Tidy up and improve GitHub workflow #224

Tidy up and improve GitHub workflow

Tidy up and improve GitHub workflow #224

Workflow file for this run

name: "CHANGELOG check"
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/changelog-checker@v1.2.0
with:
fileName: CHANGELOG.md
noChangelogLabel: "no changelog"
checkNotification: Detailed
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}