From cf0a29386a9f0725d4e88c3c3994a1f0142977dc Mon Sep 17 00:00:00 2001 From: Denis Rossati Date: Mon, 8 Jun 2026 16:55:29 -0300 Subject: [PATCH] Remove draft workflow --- .github/workflows/sync-release-notes.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/sync-release-notes.yaml diff --git a/.github/workflows/sync-release-notes.yaml b/.github/workflows/sync-release-notes.yaml deleted file mode 100644 index 6f9a691..0000000 --- a/.github/workflows/sync-release-notes.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Sync release notes - -on: - push: - branches: - - master - tags-ignore: - - '**' - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - name: Update release draft - uses: release-drafter/release-drafter@v6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}