From 3b369954c684e5708d9f90fd0fbe904abe3dc8f6 Mon Sep 17 00:00:00 2001 From: "ci-update-dispatcher[bot]" <268749283+ci-update-dispatcher[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 06:17:00 +0000 Subject: [PATCH] chore: apply CI template update --- .copier-answers.ci.yml | 2 +- .github/workflows/pr_bot.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 8526b304..91e82eb6 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: add6458 +_commit: 9121f24 _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 index aa53dafa..6f46da7a 100644 --- a/.github/workflows/pr_bot.yml +++ b/.github/workflows/pr_bot.yml @@ -6,6 +6,7 @@ on: jobs: pr-label: + if: ${{ github.event_name == 'pull_request' }} permissions: contents: read pull-requests: write