From 3c6760d354ac209b7423c846512bf64840b3912c Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:03:35 +0200 Subject: [PATCH 1/3] feat: enable use of conventional commits for PR title labeling --- .github/workflows/label.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 417db139d64..cd66fc80200 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -131,4 +131,5 @@ jobs: with: bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }} bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }} - token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} \ No newline at end of file + token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} + use-conventional-commits: true # To use the PR title instead of PR labels \ No newline at end of file From 25edb614fa0529fcb6563f276ff4d402064c4e8d Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:04:03 +0200 Subject: [PATCH 2/3] fix: swap directory names for towncrier types 'Miscellaneous' and 'Documentation' --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d29e0213db3..8a6e1d40092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -287,13 +287,13 @@ name = "Dependencies" showcontent = true [[tool.towncrier.type]] -directory = "miscellaneous" -name = "Miscellaneous" +directory = "documentation" +name = "Documentation" showcontent = true [[tool.towncrier.type]] -directory = "documentation" -name = "Documentation" +directory = "miscellaneous" +name = "Miscellaneous" showcontent = true [[tool.towncrier.type]] From f89ca4615803f9d18aff6a20a32f5465973c5017 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:06:00 +0000 Subject: [PATCH 3/3] chore: adding changelog file 4194.maintenance.md [dependabot-skip] --- doc/changelog.d/4194.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4194.maintenance.md diff --git a/doc/changelog.d/4194.maintenance.md b/doc/changelog.d/4194.maintenance.md new file mode 100644 index 00000000000..461fd80a2e0 --- /dev/null +++ b/doc/changelog.d/4194.maintenance.md @@ -0,0 +1 @@ +Fix release notes PR classification