Skip to content

Notification Action #205

Notification Action

Notification Action #205

Workflow file for this run

name: Changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
paths:
- "**.rs"
- "**/Cargo.toml"
- "Cargo.lock"
jobs:
check-changelog:
name: Check Changelog
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@0189fc7eedec3ef3e9648c713908f6f2a6e99057 # v3
with:
changelog: CHANGELOG.md