From cc119012ae1ec5919b93206b1d0f6967022e566b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 22 Jul 2026 18:05:22 +0200 Subject: [PATCH] fix mention in pr --- .github/workflows/trigger-mention-in-pr.yml | 3 ++- gh-agent-workflows/mention-in-pr/example.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger-mention-in-pr.yml b/.github/workflows/trigger-mention-in-pr.yml index 8feff0b3..99d922b8 100644 --- a/.github/workflows/trigger-mention-in-pr.yml +++ b/.github/workflows/trigger-mention-in-pr.yml @@ -11,7 +11,8 @@ permissions: actions: read contents: write copilot-requests: write - issues: read + discussions: write + issues: write pull-requests: write jobs: diff --git a/gh-agent-workflows/mention-in-pr/example.yml b/gh-agent-workflows/mention-in-pr/example.yml index 10ca6128..14b25953 100644 --- a/gh-agent-workflows/mention-in-pr/example.yml +++ b/gh-agent-workflows/mention-in-pr/example.yml @@ -9,7 +9,8 @@ permissions: actions: read contents: write copilot-requests: write - issues: read + discussions: write + issues: write pull-requests: write jobs: