Skip to content

Commit 13bb87e

Browse files
committed
Setup copier autoupdatE
1 parent a6c079c commit 13bb87e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes here will be overwritten by Copier
22
_commit: f8b63c7
3-
_src_path: .
3+
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: rust
55
66
github: python-project-templates

.github/workflows/copier.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Copier Updates
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- 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

Comments
 (0)