Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Oct 6, 2023
1 parent a119442 commit db76fea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Ensure Changelog Entry Made
uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'docs/changelog.md'
missingUpdateErrorMessage: |
@${{ github.actor }}, thank you for your contribution. It appears that you have not added a comment to the
changelog describing the changes you have made. Doing so will help to ensure your contribution is accepted.
# - name: Ensure Changelog Entry Made
# uses: dangoslen/changelog-enforcer@v3
# with:
# changeLogPath: 'docs/changelog.md'
# missingUpdateErrorMessage: |
# @${{ github.actor }}, thank you for your contribution. It appears that you have not added a comment to the
# changelog describing the changes you have made. Doing so will help to ensure your contribution is accepted.

Please see the [Contributing Guide](https://python-markdown.github.io/contributing/#changelog) for details.
# Please see the [Contributing Guide](https://python-markdown.github.io/contributing/#changelog) for details.
- name: Validate Changelog
# if: success()
id: changelog_reader
Expand Down

0 comments on commit db76fea

Please sign in to comment.