Skip to content

Feat/release invocation - #18

Merged
SecondSkoll merged 10 commits into
mainfrom
feat/release-invocation
Aug 14, 2026
Merged

Feat/release invocation#18
SecondSkoll merged 10 commits into
mainfrom
feat/release-invocation

Conversation

@SecondSkoll

Copy link
Copy Markdown
Owner

Adds a workflow that is scoped to releases rather than issues or PRs.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SecondSkoll, the release-review documentation is broadly thorough, but a few copy-ready examples contain configuration details that will prevent or misdirect real usage.

  • Additional feedback (no valid inline location): @SecondSkoll, the three wrapper files declare a bare workflow_dispatch: but define their inputs only under workflow_call. As a result, a manually dispatched wrapper cannot supply release_id/release_tag (or change validate_only, focus, or dry_run), despite this documentation describing manual rollout. Add matching workflow_dispatch.inputs declarations or describe these wrappers as reusable-only.

Comment thread docs/examples/configuration-sources/README.md
release_tag: ${{ inputs.release_tag }}
configuration_source: central
# configuration_ref must be the same reviewed commit SHA as `uses:` above.
configuration_ref: 61ed1bbd34a878f3ae270b1e4ff027cf786b730b

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SecondSkoll, for configuration_source: central, this SHA is resolved in the repository configured by the central alias (SecondSkoll/generic-agentic-workflows-config), not necessarily in the repository containing the reusable workflow. Requiring it to equal the uses: SHA will fail unless both repositories happen to contain the same commit; document and use an independently valid configuration-repository commit SHA.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated and resolved

@SecondSkoll
SecondSkoll merged commit 4aa41d5 into main Aug 14, 2026
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