We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf99c2 commit 446260bCopy full SHA for 446260b
.github/workflows/changelog.yml
@@ -14,7 +14,7 @@ jobs:
14
ref: ${{ github.event.pull_request.head.sha }}
15
fetch-depth: 0
16
- uses: actions/setup-python@v3
17
- - run: pip install towncrier==19.2.0
+ - run: pip install towncrier>=22
18
- run: scripts/changelog-check.sh
19
env:
20
- PULL_REQUEST_NUMBER: ${{ github.event.number }}
+ PULL_REQUEST_NUMBER: ${{ github.event.number }}
0 commit comments