Skip to content

Commit

Permalink
Merge branch 'master' into pch-friendly-include
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored Jan 7, 2025
2 parents 6470236 + a96d239 commit 7e93ea7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Changelog Update
on:
pull_request:
types:
- "opened"
- "reopened"
- "synchronize"
- "labeled"
- "unlabeled"

jobs:
changelog_check:
runs-on: ubuntu-latest
name: Check for changelog updates
steps:
- name: "Check for changelog updates"
uses: brettcannon/check-for-changed-files@v1
with:
file-pattern: |
CHANGELOG.md
skip-label: "skip changelog"
failure-message: "Missing a CHANGELOG.md update; please add one or apply the ${skip-label} label to the pull request"

0 comments on commit 7e93ea7

Please sign in to comment.