From dd67227776bb0e0fd4f2f915b9b63566cbf9ab80 Mon Sep 17 00:00:00 2001 From: "quant-ranger[bot]" <132915763+quant-ranger[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:06:43 +0000 Subject: [PATCH] Update copier template to v0.1.8 --- .copier-answers.yml | 2 +- .github/workflows/keep-alive.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 89f4357..a7849df 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # This file is managed by Copier; DO NOT EDIT OR REMOVE. -_commit: v0.1.7 +_commit: v0.1.8 _src_path: git@github.com:quantco/copier-template-pre-commit-mirrors conda_package: cython-lint description: Lint cython files diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index a80902b..150c908 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -7,11 +7,17 @@ jobs: keep-alive: name: Alive runs-on: ubuntu-latest + permissions: + actions: write steps: - uses: actions/checkout@v4 +<<<<<<< before updating - uses: gautamkrishnar/keepalive-workflow@306efe4fc63923e36571682b4f4b3e3eee8b6625 with: commit_message: Ah ah ah, stayin' alive committer_username: ForrestQuant committer_email: forrestquant@users.noreply.github.com time_elapsed: 50 # days +======= + - uses: gautamkrishnar/keepalive-workflow@14b7c72e9af14bddbbc1022a6f0bd20b1eac2619 +>>>>>>> after updating