Skip to content

[instructions] Sync github-agentic-workflows.md with v0.35.1#9168

Merged
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.35.1-5751181de80fddcd
Jan 6, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.35.1#9168
pelikhan merged 1 commit intomainfrom
instructions/sync-v0.35.1-5751181de80fddcd

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 6, 2026

Instructions Update - Synchronized with v0.35.1

This PR updates the github-agentic-workflows.md file based on changes in v0.35.0/v0.35.1 releases.

Changes Made

  • Added allowed-github-references field documentation to safe-outputs global configuration
  • Added allowed-domains field documentation to safe-outputs global configuration (previously undocumented)

Documentation Commits Reviewed

  • 0963b76 - Remove Campaign Improvements & Future Directions documentation page (no impact on instructions file)

Feature Details

allowed-github-references (new in v0.35.0):

  • Controls which GitHub repository references (#123, owner/repo#456) are allowed in workflow output
  • References to unlisted repositories are escaped with backticks to prevent timeline items
  • Particularly useful for SideRepoOps workflows to prevent automation timeline clutter
  • Configuration options: [] (escape all), ["repo"] (current repo only), ["repo", "owner/other"] (specific repos), or unspecified (all allowed)

allowed-domains:

  • Controls which domains are allowed in URLs within safe output content
  • URLs from unlisted domains are replaced with (redacted)
  • GitHub domains are always included by default

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections (global safe-output configuration)
  • Verified accuracy against current codebase (checked schema, tests, and documentation)
  • Removed no content (pure addition of missing documentation)
  • Added concise, representative example for allowed-github-references

AI generated by Instructions Janitor

…umentation

Update github-agentic-workflows.md to document two safe-outputs global
configuration fields:

- allowed-github-references: Controls which GitHub repository references
  (#123, owner/repo#456) are allowed in workflow output. References to
  unlisted repositories are escaped with backticks to prevent timeline
  items. New in v0.35.0.

- allowed-domains: Controls which domains are allowed in URLs within safe
  output content. URLs from unlisted domains are replaced with (redacted).

These fields were missing from the instructions file despite being available
in the schema and documented in the reference documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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 6, 2026
@pelikhan pelikhan merged commit bf53e08 into main Jan 6, 2026
3 checks passed
@pelikhan pelikhan deleted the instructions/sync-v0.35.1-5751181de80fddcd branch January 6, 2026 21:54
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.

1 participant