Skip to content

Move state-machine docs output to .github/docs/ to avoid workflows/ protection#19721

Merged
T-Gro merged 1 commit into
mainfrom
agentics/state-machine-fix-path
May 12, 2026
Merged

Move state-machine docs output to .github/docs/ to avoid workflows/ protection#19721
T-Gro merged 1 commit into
mainfrom
agentics/state-machine-fix-path

Conversation

@T-Gro
Copy link
Copy Markdown
Member

@T-Gro T-Gro commented May 12, 2026

The agentic-state-machine workflow writes its output to .github/workflows/docs/, which is a protected path requiring the workflows push permission. GitHub Actions cannot grant this, so the workflow falls back to creating an issue instead of a PR.

Fix: change the output path to .github/docs/ and remove the protected-files: fallback-to-issue workaround. Future runs will push PRs directly.

All path references in the .md workflow updated. Lock file recompiled with gh aw compile.

Fixes #19717

…rotection

The agentic-state-machine workflow writes its output under
.github/workflows/docs/ which is a protected path requiring the
workflows push permission that GitHub Actions cannot grant. Move
the output to .github/docs/ and remove the protected-files
fallback-to-issue workaround so future runs push PRs directly.

Fixes #19717

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

✅ No release notes required

@github-actions github-actions Bot added the AI-Tooling-Check-Bypassed Tooling check: non-fork PR, not diff-analyzed label May 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Tooling Safety Check — Bypassed (non-fork)

Generated by PR Tooling Safety Check · ● 1.3M ·

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Tooling-Check-Bypassed Tooling check: non-fork PR, not diff-analyzed

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[Agentic State Machine] Add agentic workflow state machine documentation

1 participant