File tree Expand file tree Collapse file tree 3 files changed +15
-26
lines changed
Expand file tree Collapse file tree 3 files changed +15
-26
lines changed Original file line number Diff line number Diff line change @@ -422,8 +422,9 @@ jobs:
422422 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
423423 needs : [package, update-changelog]
424424 runs-on : ubuntu-latest
425+ env :
426+ PACKAGE_NAME : ' ansys-math-core'
425427 steps :
426-
427428 - name : " Release to the public PyPI repository"
428429 uses : ansys/actions/release-pypi-public@v8
429430 with :
@@ -436,6 +437,18 @@ jobs:
436437 with :
437438 library-name : ${{ env.PACKAGE_NAME }}
438439
440+ - name : " Add a comment on released PRs"
441+ uses : rdlf0/comment-released-prs-action@v3
442+ with :
443+ repo-token : ${{ secrets.GITHUB_TOKEN }}
444+ comment-body : |-
445+ Released in [{{name}}]({{html_url}}).
446+
447+ This comment thread has been locked. If you are still experiencing this issue after upgrading to
448+ ${{ env.PACKAGE_NAME }} v[{{name}}]({{html_url}}), please open a new issue."
449+ add-label : true
450+ label-pattern : " release-{{name}}"
451+
439452
440453 doc-deploy-stable :
441454 name : " Deploy stable documentation"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ fix: PR commenter added to release job
You can’t perform that action at this time.
0 commit comments