Skip to content

Commit

Permalink
ci: ask users to provide towncrier snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Feb 5, 2024
1 parent a447d89 commit 0897825
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Check PR change log

on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]

jobs:
changelog_checker:
name: Check if towncrier change log entry is correct
runs-on: ubuntu-latest
steps:
- uses: scientific-python/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: changelog-bot

0 comments on commit 0897825

Please sign in to comment.