Skip to content

Commit 4c0fef3

Browse files
committed
fix(ci): remove fragment in label.yml
1 parent 0a66251 commit 4c0fef3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/label.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,3 @@ jobs:
9898
- [good first issue](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Agood+first+issue)
9999
- [maintenance](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Amaintenance+)
100100
- [release](https://github.com/ansys-internal/ansys-tools-common/pulls?q=label%3Arelease+)
101-
102-
changelog-fragment:
103-
name: Create changelog fragment
104-
needs: [labeler]
105-
permissions:
106-
contents: write
107-
pull-requests: write
108-
runs-on: ubuntu-latest
109-
steps:
110-
- uses: ansys/actions/doc-changelog@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
111-
with:
112-
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
113-
use-conventional-commits: true
114-
use-default-towncrier-config: true
115-
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
116-
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

0 commit comments

Comments
 (0)