We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e88bf3a + 331af70 commit c96d27fCopy full SHA for c96d27f
.github/workflows/release-note.yml
@@ -30,17 +30,3 @@ jobs:
30
name: infrahub-draft
31
env:
32
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