From b3636cc4e9a54c503f8b5eabd0cece466f3b1957 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Fri, 22 May 2026 19:52:19 +0200 Subject: [PATCH] fix: add missing pull-requests: write permissions to V2 synchronization workflows --- .github/workflows/agentic_v2_ai.yml | 1 + .github/workflows/agentic_v2_health.yml | 1 + .github/workflows/agentic_v2_metadata.yml | 1 + .github/workflows/agentic_v2_videos.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/agentic_v2_ai.yml b/.github/workflows/agentic_v2_ai.yml index f19c84b5..cdae2819 100644 --- a/.github/workflows/agentic_v2_ai.yml +++ b/.github/workflows/agentic_v2_ai.yml @@ -15,6 +15,7 @@ on: permissions: contents: write + pull-requests: write concurrency: group: v2-ai-${{ github.ref }} diff --git a/.github/workflows/agentic_v2_health.yml b/.github/workflows/agentic_v2_health.yml index 25acab08..68695316 100644 --- a/.github/workflows/agentic_v2_health.yml +++ b/.github/workflows/agentic_v2_health.yml @@ -15,6 +15,7 @@ on: permissions: contents: write + pull-requests: write concurrency: group: v2-health-${{ github.ref }} diff --git a/.github/workflows/agentic_v2_metadata.yml b/.github/workflows/agentic_v2_metadata.yml index c86a4295..d774d320 100644 --- a/.github/workflows/agentic_v2_metadata.yml +++ b/.github/workflows/agentic_v2_metadata.yml @@ -15,6 +15,7 @@ on: permissions: contents: write + pull-requests: write concurrency: group: v2-metadata-${{ github.ref }} diff --git a/.github/workflows/agentic_v2_videos.yml b/.github/workflows/agentic_v2_videos.yml index db1eec8a..7f908f49 100644 --- a/.github/workflows/agentic_v2_videos.yml +++ b/.github/workflows/agentic_v2_videos.yml @@ -23,6 +23,7 @@ on: permissions: contents: write + pull-requests: write concurrency: group: v2-video-hub-${{ github.ref }}