Skip to content

Conversation

@germa89
Copy link
Collaborator

@germa89 germa89 commented Aug 25, 2025

Description

Fix release notes classification.

Issue linked

Close #3802

Checklist

Copilot AI review requested due to automatic review settings August 25, 2025 11:05
@germa89 germa89 requested a review from a team as a code owner August 25, 2025 11:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Fix the order of release notes categories in the towncrier configuration and update GitHub workflow to use conventional commits for release notes classification.

  • Swap the order of "documentation" and "miscellaneous" categories in towncrier configuration
  • Enable conventional commits usage in the label workflow to classify PRs based on title instead of labels

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Reorder towncrier type definitions to swap documentation and miscellaneous categories
.github/workflows/label.yml Add configuration to use conventional commits for PR classification

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc dependencies maintenance General maintenance of the repo (libraries, cicd, etc) enhancement Improve any current implemented feature labels Aug 25, 2025
@codecov
Copy link

codecov bot commented Aug 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.28%. Comparing base (1268ded) to head (f89ca46).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4194      +/-   ##
==========================================
- Coverage   91.39%   91.28%   -0.12%     
==========================================
  Files         193      193              
  Lines       15731    15731              
==========================================
- Hits        14378    14360      -18     
- Misses       1353     1371      +18     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@germa89 germa89 enabled auto-merge (squash) August 25, 2025 12:00
@germa89
Copy link
Collaborator Author

germa89 commented Aug 25, 2025

@pyansys-ci-bot LGTM.

Copy link
Contributor

@pyansys-ci-bot pyansys-ci-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Approving this PR because germa89 said so in here 😬

LGTM

@germa89 germa89 merged commit 0c3bbcb into main Aug 25, 2025
50 checks passed
@germa89 germa89 deleted the chore/fix-release-notes-classifications branch August 25, 2025 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD Related with CICD, Github Actions, etc dependencies enhancement Improve any current implemented feature maintenance General maintenance of the repo (libraries, cicd, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document each PR category properly on releases page

3 participants