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:
131131 with :
132132 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
133133 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"
287287showcontent = true
288288
289289[[tool .towncrier .type ]]
290- directory = " miscellaneous "
291- name = " Miscellaneous "
290+ directory = " documentation "
291+ name = " Documentation "
292292showcontent = true
293293
294294[[tool .towncrier .type ]]
295- directory = " documentation "
296- name = " Documentation "
295+ directory = " miscellaneous "
296+ name = " Miscellaneous "
297297showcontent = true
298298
299299[[tool .towncrier .type ]]
You can’t perform that action at this time.
0 commit comments