File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -131,4 +131,5 @@ jobs:
131
131
with :
132
132
bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
133
133
bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
134
- token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
134
+ token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
135
+ use-conventional-commits : true # To use the PR title instead of PR labels
Original file line number Diff line number Diff line change
1
+ Fix release notes PR classification
Original file line number Diff line number Diff line change @@ -287,13 +287,13 @@ name = "Dependencies"
287
287
showcontent = true
288
288
289
289
[[tool .towncrier .type ]]
290
- directory = " miscellaneous "
291
- name = " Miscellaneous "
290
+ directory = " documentation "
291
+ name = " Documentation "
292
292
showcontent = true
293
293
294
294
[[tool .towncrier .type ]]
295
- directory = " documentation "
296
- name = " Documentation "
295
+ directory = " miscellaneous "
296
+ name = " Miscellaneous "
297
297
showcontent = true
298
298
299
299
[[tool .towncrier .type ]]
You can’t perform that action at this time.
0 commit comments