Skip to content

Commit

Permalink
ci: updating Ansys actions to v7 - changelog related (#1348)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
RobPasMue and pyansys-ci-bot committed Aug 12, 2024
1 parent 40366c1 commit e1959ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ jobs:
- uses: ansys/actions/doc-changelog@v7
with:
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
use-conventional-commits: true
use-default-towncrier-config: true
1 change: 1 addition & 0 deletions doc/changelog.d/1348.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
updating Ansys actions to v7 - changelog related
13 changes: 9 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,13 @@ name = "Added"
showcontent = true

[[tool.towncrier.type]]
directory = "changed"
name = "Changed"
directory = "dependencies"
name = "Dependencies"
showcontent = true

[[tool.towncrier.type]]
directory = "documentation"
name = "Documentation"
showcontent = true

[[tool.towncrier.type]]
Expand All @@ -185,8 +190,8 @@ name = "Fixed"
showcontent = true

[[tool.towncrier.type]]
directory = "dependencies"
name = "Dependencies"
directory = "maintenance"
name = "Maintenance"
showcontent = true

[[tool.towncrier.type]]
Expand Down

0 comments on commit e1959ee

Please sign in to comment.