Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# they will be requested for review when someone opens a pull request.
* @ansys-internal/ansys-common-tools-maintainers
* @ansys/ansys-common-tools-maintainers

# Local launcher
/src/ansys/common/tools/launcher/* @greschd
Expand Down
21 changes: 10 additions & 11 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,16 @@ jobs:
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

# TODO uncomment after the first public release
# vulnerabilities:
# name: Check library vulnerabilities
# runs-on: ubuntu-latest
# steps:
# - uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
# with:
# python-version: ${{ env.MAIN_PYTHON_VERSION }}
# token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
# python-package-name: ${{ env.PACKAGE_NAME }}
# dev-mode: ${{ github.ref != 'refs/heads/main' }}
vulnerabilities:
name: Check library vulnerabilities
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
python-package-name: ${{ env.PACKAGE_NAME }}
dev-mode: ${{ github.ref != 'refs/heads/main' }}

code-style:
name: Code style
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
Please add one of the following labels to add this contribution to the Release Notes :point_down:
- [bug](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Abug+)
- [documentation](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Adocumentation+)
- [enhancement](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Aenhancement+)
- [good first issue](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Agood+first+issue)
- [maintenance](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Amaintenance+)
- [release](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Arelease+)
- [bug](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Abug+)
- [documentation](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Adocumentation+)
- [enhancement](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Aenhancement+)
- [good first issue](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Agood+first+issue)
- [maintenance](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Amaintenance+)
- [release](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Arelease+)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Ansys Internal
Copyright (c) 2025 ANSYS, Inc. and/or its affiliates.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Ansys Common Tools
:target: https://opensource.org/licenses/MIT
:alt: MIT

.. |GH-CI| image:: https://github.com/ansys-internal/ansys-tools-common/actions/workflows/cicd.yml/badge.svg
:target: https://github.com/ansys-internal/ansys-tools-common/actions/workflows/cicd.yml
.. |GH-CI| image:: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml/badge.svg
:target: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml
:alt: GH-CI

.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/ansys-tools-common/main.svg
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/74.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: Prepare for public release
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
linkcheck_ignore = []

if switcher_version != "dev":
linkcheck_ignore.append(f"https://github.com/ansys-internal/ansys-tools-common/releases/tag/v{__version__}")
linkcheck_ignore.append(f"https://github.com/ansys/ansys-tools-common/releases/tag/v{__version__}")

# Sphinx extensions
extensions = [
Expand Down
Loading