Skip to content

Commit

Permalink
FIX: More
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 21, 2023
1 parent a906470 commit 5da587e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
changelog_checker:
name: Check towncrier entry in doc/changes/devel/
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: changelog-bot
defaults:
run:
shell: bash -el {0}
Expand All @@ -27,6 +24,12 @@ jobs:
python ./.github/actions/rename_towncrier/rename_towncrier.py
- uses: stefanzweifel/git-auto-commit-action@v5
id: commit-action
with:
commit_message: "DOC: Update changelog entry to PR ${{ github.event.pull_request.number }}"
- run: exit 1
if: steps.commit-action.outputs.changes_detected == 'false'
# - uses: larsoner/action-towncrier-changelog@co # revert to scientific-python @ 0.1.1 once bug is fixed
# with:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BOT_USERNAME: changelog-bot

0 comments on commit 5da587e

Please sign in to comment.