From a136571f2d45fb6228b5c8542ea8cd4622a42f9b Mon Sep 17 00:00:00 2001 From: "ci-update-dispatcher[bot]" <268749283+ci-update-dispatcher[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 22:48:12 +0000 Subject: [PATCH] chore: apply CI template update --- .copier-answers.ci.yml | 2 +- .github/workflows/release_draft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 76411d3f..ac8cb0b4 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: 57a6ace +_commit: fad301e _src_path: gh:athackst/ci bump_script_path: '' release_template: '## What''s changed diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index e2979e0a..14678fbc 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -32,4 +32,4 @@ jobs: RELEASE_ID: ${{ needs.release-draft.outputs.id }} run: | set -euo pipefail - gh variable set DRAFT_RELEASE_ID --body "$RELEASE_ID" + gh variable set DRAFT_RELEASE_ID --body "$RELEASE_ID" --repo "${{ github.repository }}"