Skip to content

Commit 165db9d

Browse files
ahms5Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2476014 commit 165db9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

template/.github/workflows/create_pr_on_template_updates.yml.jinja

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ on:
66

77
jobs:
88
create-pr-from-copier:
9+
permissions:
10+
contents: write
11+
pull-requests: write
912
runs-on: ubuntu-latest
1013
steps:
1114
- uses: actions/checkout@v4
1215
- name: Set up Python {{ latest_python_version }}
1316
uses: actions/setup-python@v5
1417
with:
15-
python-version: {{ latest_python_version }}
18+
python-version: "{{ latest_python_version }}"
1619
- name: Install dependencies
1720
run: |
1821
python -m pip install --upgrade pip
@@ -35,7 +38,6 @@ jobs:
3538
with:
3639
commit-message: apply copier template
3740
title: "[Bot]: apply copier template version ${{ env.latest_version }}"
38-
base: ci/pr-template
3941
body: |
4042
- apply latest changes from copier template version ${{ env.latest_version }}
4143
branch: template/${{ env.latest_version }}

0 commit comments

Comments
 (0)