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