We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de66866 commit 58b6292Copy full SHA for 58b6292
2 files changed
.github/workflows/pr_towncrier.yml
@@ -13,7 +13,7 @@ jobs:
13
env:
14
PR_NUMBER: ${{ github.event.number }}
15
run: |
16
- if [ ! -f "changes/${PR_NUMBER}.feature" ] && [ ! -f "changes/${PR_NUMBER}.bugfix" ] && [ ! -f "changes/${PR_NUMBER}.doc" ] && [ ! -f "changes/${PR_NUMBER}.removal" ] && [ ! -f "changes/${PR_NUMBER}.misc" ]; then
+ if [ ! -f "changes/${PR_NUMBER}.feature.rst" ] && [ ! -f "changes/${PR_NUMBER}.bugfix.rst" ] && [ ! -f "changes/${PR_NUMBER}.doc.rst" ] && [ ! -f "changes/${PR_NUMBER}.removal.rst" ] && [ ! -f "changes/${PR_NUMBER}.misc.rst" ]; then
17
echo "Towncrier file for #${PR_NUMBER} not found. Please add a changes file to the `changes/` directory. See README.rst for more information."
18
exit 1
19
fi
changes/39.misc.rst
@@ -0,0 +1 @@
1
+Update CI and dependencies
0 commit comments