Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Burnett <[email protected]>
  • Loading branch information
WilliamJamieson and zacharyburnett authored Nov 20, 2023
1 parent dafc220 commit ea46a82
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changelog
name: Ensure changelog

on:
pull_request:
Expand All @@ -13,12 +13,11 @@ concurrency:
cancel-in-progress: true

jobs:
changelog:
name: Confirm changelog entry
ensure_changelog:
name: Verify that a changelog entry exists for this pull request
runs-on: ubuntu-latest
steps:
- name: Check change log entry
uses: scientific-python/action-check-changelogfile@6087eddce1d684b0132be651a4dad97699513113 # 0.2
- uses: scientific-python/[email protected]
env:
CHANGELOG_FILENAME: CHANGES.rst
CHECK_MILESTONE: false
Expand Down

0 comments on commit ea46a82

Please sign in to comment.