From 9623d6be174883bd3da9abeaccd266aa1e13556a Mon Sep 17 00:00:00 2001 From: althack <73732028+althack@users.noreply.github.com> Date: Sun, 5 Jul 2026 16:54:53 +0000 Subject: [PATCH] chore: apply CI template update --- .copier-answers.ci.yml | 2 +- .github/workflows/ci_update.yml | 1 - .github/workflows/release_draft.yml | 18 ------------------ 3 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 62d6127..4238288 100644 --- a/.copier-answers.ci.yml +++ b/.copier-answers.ci.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: a2355c4 +_commit: 0ee7824 _src_path: gh:athackst/ci automerge_mode: poll bump_script_path: '' diff --git a/.github/workflows/ci_update.yml b/.github/workflows/ci_update.yml index 09d3bc5..3782dea 100644 --- a/.github/workflows/ci_update.yml +++ b/.github/workflows/ci_update.yml @@ -25,6 +25,5 @@ jobs: uses: athackst/ci/.github/workflows/ci_updater.yml@main with: create-pr: true - automerge: true secrets: token: ${{ secrets.CI_BOT_TOKEN }} diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index 14678fb..b4cce61 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -13,23 +13,5 @@ jobs: contents: write pull-requests: read uses: athackst/ci/.github/workflows/release_drafter.yml@main - with: - draft-release-id: ${{ vars.DRAFT_RELEASE_ID }} secrets: token: ${{ secrets.CI_BOT_TOKEN }} - - persist-draft-id: - needs: - - release-draft - permissions: - actions: write - runs-on: ubuntu-latest - steps: - - name: Persist draft release id - shell: bash - env: - GH_TOKEN: ${{ secrets.CI_BOT_TOKEN }} - RELEASE_ID: ${{ needs.release-draft.outputs.id }} - run: | - set -euo pipefail - gh variable set DRAFT_RELEASE_ID --body "$RELEASE_ID" --repo "${{ github.repository }}"