From 02e76d0fe329189be32e50a061093ef438c556db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:13:21 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=91=A8=E2=80=8D?= =?UTF-8?q?=F0=9F=92=BB=20Update=20munich-quantum-toolkit/templates=20acti?= =?UTF-8?q?on=20to=20v1.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/templating.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index 834e2ee3f..d3a8c9836 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -18,7 +18,7 @@ jobs: with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: munich-quantum-toolkit/templates@a8866084f0336008b2d2727a34c9d27ec04694b6 # v1.0.0 + - uses: munich-quantum-toolkit/templates@aa244c8b5ea6b44f4834aebc8f8269c75e10be96 # v1.1.2 with: token: ${{ steps.create-token.outputs.token }} organization: ${{ github.repository_owner }} From e22ef785b4e8744a72ef895b422fc3a8b66b0b2c Mon Sep 17 00:00:00 2001 From: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:15:49 +0200 Subject: [PATCH 2/2] Fix arguments --- .github/workflows/templating.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index d3a8c9836..68f192999 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -21,5 +21,7 @@ jobs: - uses: munich-quantum-toolkit/templates@aa244c8b5ea6b44f4834aebc8f8269c75e10be96 # v1.1.2 with: token: ${{ steps.create-token.outputs.token }} + name: Predictor organization: ${{ github.repository_owner }} + project-type: pure-python repository: ${{ github.event.repository.name }}