We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06af111 + 13bb87e commit 473d19dCopy full SHA for 473d19d
.copier-answers.yml
@@ -1,6 +1,6 @@
1
# Changes here will be overwritten by Copier
2
-_commit: e1ed564
3
-_src_path: .
+_commit: f8b63c7
+_src_path: https://github.com/python-project-templates/base.git
4
add_extension: rust
5
email: [email protected]
6
github: python-project-templates
.github/workflows/copier.yml
@@ -0,0 +1,17 @@
+name: Copier Updates
+
+on:
+ workflow_dispatch:
+ schedule:
+ - cron: "0 5 * * 0"
7
8
+jobs:
9
+ update:
10
+ permissions:
11
+ contents: write
12
+ pull-requests: write
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions-ext/copier-update@main
16
+ with:
17
+ token: ${{ secrets.WORKFLOW_TOKEN }}
0 commit comments