Skip to content

Commit

Permalink
only check for issue number to accomodate misc category
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 19, 2024
1 parent 7326a18 commit 18ac69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- run: pip install .
- run: pip install towncrier
- run: towncrier check
- run: towncrier build --draft | grep -P '[\(\[][^\)\]]*#${{ github.event.number }}[,\)\]]'
- run: towncrier build --draft | grep -P '#${{ github.event.number }}'

0 comments on commit 18ac69f

Please sign in to comment.