Skip to content

Commit 331af70

Browse files
ogenstaddgarros
authored andcommitted
Remove job to run release drafter for SDK
1 parent e88bf3a commit 331af70

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release-note.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,3 @@ jobs:
3030
name: infrahub-draft
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
34-
update_python_sdk_release_draft:
35-
permissions:
36-
contents: write
37-
pull-requests: read
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: release-drafter/release-drafter@v6
41-
with:
42-
config-name: python_sdk-release-drafter.yml
43-
disable-autolabeler: true
44-
name: python_sdk-draft
45-
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)