Skip to content

Commit c96d27f

Browse files
authored
Merge pull request #4398 from opsmill/dga-20240920-cherry-pick-fix-ci
Cherry-pick : Remove job to run release drafter for SDK into stable
2 parents e88bf3a + 331af70 commit c96d27f

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)