Skip to content

Conversation

@github-actions
Copy link
Contributor

Instructions Update - Synchronized with v0.36.0

This PR updates the github-agentic-workflows.md file based on documentation changes since the v0.36.0 release (2026-01-08).

Changes Made

  • Added project: field documentation: Documents GitHub Projects integration configuration with both string and object formats, including fields like url, scope, max-updates, max-status-updates, and github-token
  • Enhanced assign-to-agent documentation: Added missing fields allowed, max, and target that enable fine-grained control over agent assignment
  • Clarified integration: Connected project: field to update-project safe-output for automated project tracking workflows

Documentation Commits Reviewed

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections
  • Verified accuracy against current codebase (checked pkg/workflow/frontmatter_types.go and assign_to_agent.go)
  • Removed outdated or redundant content (none found)

Pattern Documented

The new workflow pattern enables campaign-style automation where:

  1. Workflow discovers work items (e.g., Dependabot PRs)
  2. Updates project board using update-project safe-output
  3. Creates parent tracking issue with bundling plan
  4. Assigns parent issue to agent using assign-to-agent with target: "*"

This pattern is now properly documented for reuse in other workflows.

AI generated by Instructions Janitor

Document project field and enhanced assign-to-agent configuration based on
security-alert-burndown workflow pattern introduced in 6bf9937.

Changes:
- Add `project:` field documentation (string or object formats)
- Document `assign-to-agent` fields: `allowed`, `max`, `target`
- Clarify project board integration with update-project safe-output

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation instructions labels Jan 28, 2026
@pelikhan pelikhan merged commit d381ef6 into main Jan 28, 2026
@pelikhan pelikhan deleted the main-929b9316c325b69a branch January 28, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation instructions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants