Skip to content

Fix deep-research trigger: grant pull-requests: write#489

Merged
strawgate merged 1 commit intomainfrom
fix/deep-research-pr-permissions
Feb 28, 2026
Merged

Fix deep-research trigger: grant pull-requests: write#489
strawgate merged 1 commit intomainfrom
fix/deep-research-pr-permissions

Conversation

@strawgate
Copy link
Collaborator

Summary

  • The reusable workflow gh-aw-deep-research.lock.yml has activation and pre_activation jobs that request pull-requests: write
  • The trigger workflow only granted pull-requests: read, causing the workflow validation error:

    The nested job 'activation' is requesting 'pull-requests: write', but is only allowed 'pull-requests: read'

  • Updated both the example and dogfood trigger to grant pull-requests: write

Test plan

  • Verify the trigger-deep-research workflow passes GitHub Actions validation
  • Test /research command on an issue

🤖 Generated with Claude Code

The reusable workflow's activation and pre_activation jobs require
pull-requests: write, but the trigger workflow only granted read.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Feb 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4f7b830 and 842f12d.

📒 Files selected for processing (2)
  • .github/workflows/trigger-deep-research.yml
  • gh-agent-workflows/deep-research/example.yml

📝 Walkthrough

Walkthrough

Two GitHub Actions workflow configuration files are updated to elevate pull-requests permission from read to write. The changes affect .github/workflows/trigger-deep-research.yml and gh-agent-workflows/deep-research/example.yml. Both modifications are permission-scope-only adjustments with no alterations to workflow logic or control flow.

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/deep-research-pr-permissions

Comment @coderabbitai help to get the list of available commands and usage tips.

@strawgate strawgate merged commit 24f7123 into main Feb 28, 2026
17 checks passed
@strawgate strawgate deleted the fix/deep-research-pr-permissions branch February 28, 2026 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant