From 3ec1e0aa7786f5c4abec4fc27fa809d36a13179e Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 17 Mar 2026 23:26:57 -0400 Subject: [PATCH] Add permissions for issues and pull requests --- .github/workflows/detect-agent.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/detect-agent.yml b/.github/workflows/detect-agent.yml index f53e2855..0d8c17b4 100644 --- a/.github/workflows/detect-agent.yml +++ b/.github/workflows/detect-agent.yml @@ -5,6 +5,10 @@ on: types: [opened] workflow_dispatch: {} +permissions: + issues: write + pull-requests: write + jobs: detect: if: github.event_name != 'workflow_dispatch'