File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 44# These owners will be the default owners for everything in
55# the repo. Unless a later match takes precedence,
66# they will be requested for review when someone opens a pull request.
7- * @ ansys-internal /ansys-common-tools-maintainers
7+ * @ ansys/ansys-common-tools-maintainers
88
99# Local launcher
1010/src /ansys /common /tools /launcher /* @ greschd
Original file line number Diff line number Diff line change @@ -42,17 +42,16 @@ jobs:
4242 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
4343 bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
4444
45- # TODO uncomment after the first public release
46- # vulnerabilities:
47- # name: Check library vulnerabilities
48- # runs-on: ubuntu-latest
49- # steps:
50- # - uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
51- # with:
52- # python-version: ${{ env.MAIN_PYTHON_VERSION }}
53- # token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
54- # python-package-name: ${{ env.PACKAGE_NAME }}
55- # dev-mode: ${{ github.ref != 'refs/heads/main' }}
45+ vulnerabilities :
46+ name : Check library vulnerabilities
47+ runs-on : ubuntu-latest
48+ steps :
49+ - uses : ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
50+ with :
51+ python-version : ${{ env.MAIN_PYTHON_VERSION }}
52+ token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
53+ python-package-name : ${{ env.PACKAGE_NAME }}
54+ dev-mode : ${{ github.ref != 'refs/heads/main' }}
5655
5756 code-style :
5857 name : Code style
Original file line number Diff line number Diff line change 9696 issue-number : ${{ github.event.pull_request.number }}
9797 body : |
9898 Please add one of the following labels to add this contribution to the Release Notes :point_down:
99- - [bug](https://github.com/ansys-internal /ansys-tools-common/pulls?q=label%3Abug+)
100- - [documentation](https://github.com/ansys-internal /ansys-tools-common/pulls?q=label%3Adocumentation+)
101- - [enhancement](https://github.com/ansys-internal /ansys-tools-common/pulls?q=label%3Aenhancement+)
102- - [good first issue](https://github.com/ansys-internal /ansys-tools-common/pulls?q=label%3Agood+first+issue)
103- - [maintenance](https://github.com/ansys-internal /ansys-tools-common/pulls?q=label%3Amaintenance+)
104- - [release](https://github.com/ansys-internal /ansys-tools-common/pulls?q=label%3Arelease+)
99+ - [bug](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Abug+)
100+ - [documentation](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Adocumentation+)
101+ - [enhancement](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Aenhancement+)
102+ - [good first issue](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Agood+first+issue)
103+ - [maintenance](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Amaintenance+)
104+ - [release](https://github.com/ansys/ansys-tools-common/pulls?q=label%3Arelease+)
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2025 Ansys Internal
3+ Copyright (c) 2025 ANSYS, Inc. and/or its affiliates.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ Ansys Common Tools
1818 :target: https://opensource.org/licenses/MIT
1919 :alt: MIT
2020
21- .. |GH-CI | image :: https://github.com/ansys-internal /ansys-tools-common/actions/workflows/cicd.yml/badge.svg
22- :target: https://github.com/ansys-internal /ansys-tools-common/actions/workflows/cicd.yml
21+ .. |GH-CI | image :: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml/badge.svg
22+ :target: https://github.com/ansys/ansys-tools-common/actions/workflows/cicd.yml
2323 :alt: GH-CI
2424
2525.. |pre-commit | image :: https://results.pre-commit.ci/badge/github/ansys/ansys-tools-common/main.svg
Original file line number Diff line number Diff line change 1+ Fix: Prepare for public release
Original file line number Diff line number Diff line change 7373linkcheck_ignore = []
7474
7575if switcher_version != "dev" :
76- linkcheck_ignore .append (f"https://github.com/ansys-internal /ansys-tools-common/releases/tag/v{ __version__ } " )
76+ linkcheck_ignore .append (f"https://github.com/ansys/ansys-tools-common/releases/tag/v{ __version__ } " )
7777
7878# Sphinx extensions
7979extensions = [
You can’t perform that action at this time.
0 commit comments