Skip to content

Commit

Permalink
Create fragment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hunleyd authored Sep 25, 2023
1 parent 7519ea7 commit 9b09021
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fragment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
pull_request:

jobs:
steps:
- name: "Check for Changelog fragment"
uses: brettcannon/check-for-changed-files@v1
with:
file-pattern: "changelogs/fragments/*.yml"
failure-message: "Missing a Changelog fragment in ${file-pattern}; please add one or wait for a maintainer to push one or you."

0 comments on commit 9b09021

Please sign in to comment.