From e668d7fe2d6aecc330af372bc5ecf68c929f1d25 Mon Sep 17 00:00:00 2001 From: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com> Date: Mon, 25 May 2026 20:06:10 +0200 Subject: [PATCH] feat: add Triglav as end-to-end test orchestrator --- .github/workflows/auto-pull-request-create.yml | 3 ++- .github/workflows/auto-release-create.yml | 3 ++- .github/workflows/manual-release-branch-prepare.yml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-pull-request-create.yml b/.github/workflows/auto-pull-request-create.yml index c4c84bd..714f20a 100644 --- a/.github/workflows/auto-pull-request-create.yml +++ b/.github/workflows/auto-pull-request-create.yml @@ -9,9 +9,10 @@ on: - dependabot/** permissions: - contents: read + contents: write packages: write pull-requests: write + issues: write jobs: call: diff --git a/.github/workflows/auto-release-create.yml b/.github/workflows/auto-release-create.yml index 21a86fa..2535a85 100644 --- a/.github/workflows/auto-release-create.yml +++ b/.github/workflows/auto-release-create.yml @@ -21,7 +21,8 @@ on: permissions: contents: write packages: write - pull-requests: read + pull-requests: write + issues: write jobs: call: diff --git a/.github/workflows/manual-release-branch-prepare.yml b/.github/workflows/manual-release-branch-prepare.yml index 81e7b12..15bc3db 100644 --- a/.github/workflows/manual-release-branch-prepare.yml +++ b/.github/workflows/manual-release-branch-prepare.yml @@ -27,6 +27,7 @@ permissions: contents: write packages: write pull-requests: write + issues: write jobs: call: