From 785abafe1de2beeec686f4db7d1010384d0cd1f6 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:15:37 -0400 Subject: [PATCH] Add copier autoupdater --- cpp/.github/workflows/copier.yml | 17 +++++++++++++++++ js/.github/workflows/copier.yml | 17 +++++++++++++++++ jupyter/.github/workflows/copier.yml | 17 +++++++++++++++++ python/.github/workflows/copier.yml | 17 +++++++++++++++++ rust/.github/workflows/copier.yml | 17 +++++++++++++++++ 5 files changed, 85 insertions(+) create mode 100644 cpp/.github/workflows/copier.yml create mode 100644 js/.github/workflows/copier.yml create mode 100644 jupyter/.github/workflows/copier.yml create mode 100644 python/.github/workflows/copier.yml create mode 100644 rust/.github/workflows/copier.yml diff --git a/cpp/.github/workflows/copier.yml b/cpp/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/cpp/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/js/.github/workflows/copier.yml b/js/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/js/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/jupyter/.github/workflows/copier.yml b/jupyter/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/jupyter/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/python/.github/workflows/copier.yml b/python/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/python/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/rust/.github/workflows/copier.yml b/rust/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/rust/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }}