From e74f2b589894271d3b5bf0fbd12102be768fce4d Mon Sep 17 00:00:00 2001 From: "ci-update-dispatcher[bot]" <268749283+ci-update-dispatcher[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 23:19:56 +0000 Subject: [PATCH] chore: apply CI template update --- .copier-answers.ci.yml | 2 +- .github/workflows/pr_bot.yml | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .github/workflows/pr_bot.yml diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 492b9be9..5d8b43dd 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: ddfdde7 +_commit: d591235 _src_path: gh:athackst/ci bump_script_path: .github/bump.sh release_template: "# Get it\n\n ## Python\n\n Install it with pip\n\n ```bash\n\ diff --git a/.github/workflows/pr_bot.yml b/.github/workflows/pr_bot.yml deleted file mode 100644 index ffd74044..00000000 --- a/.github/workflows/pr_bot.yml +++ /dev/null @@ -1,15 +0,0 @@ -# This file is generated from athackst/ci/template/.github/workflows/pr_bot.yml.jinja. -# Do not edit directly; update the template instead. - -name: PR Bot - -on: - workflow_dispatch: - -jobs: - deprecated: - runs-on: ubuntu-latest - steps: - - name: Deprecated - run: | - echo "Use labeler.yml, automerge.yml, and bump.yml instead of pr_bot.yml."