feat: add Hawk composite GitHub Action#87
Merged
Conversation
Adds a reusable composite action (hawk/action.yml) that installs and runs the Hawk coding agent headlessly in GitHub workflows. Features: - Provider-agnostic (accepts API key and provider ID as inputs) - PR comment and Slack webhook output options - Autonomy levels: supervised, basic, semi, full, yolo - Optional ephemeral mode for CI runs - Isolated worktree support - Post-run summary to PR comments or Slack Also removes the overly broad .github export-ignore from .gitattributes so composite actions can be included in git archive output. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
c10e14c to
bc4cb42
Compare
609fb37 to
54cea08
Compare
54cea08 to
32aeaec
Compare
bc92c35 to
631486f
Compare
Patel230
added a commit
that referenced
this pull request
Jul 11, 2026
* feat: add Hawk composite GitHub Action Adds a reusable composite action (hawk/action.yml) that installs and runs the Hawk coding agent headlessly in GitHub workflows. Features: - Provider-agnostic (accepts API key and provider ID as inputs) - PR comment and Slack webhook output options - Autonomy levels: supervised, basic, semi, full, yolo - Optional ephemeral mode for CI runs - Isolated worktree support - Post-run summary to PR comments or Slack Also removes the overly broad .github export-ignore from .gitattributes so composite actions can be included in git archive output. * fix: update submodules to fix CI (eyrie merge conflict, trace go-git v6) * fix(ci): bump golang to 1.26.5 to fix govulncheck GO-2026-5856 and GO-2026-4970 * fix: update inspect, sight, tok, yaad submodules for Go 1.26.5 compat * chore: retrigger CI ---------
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a reusable composite GitHub Action (
.github/actions/hawk/action.yml) that installs and runs the Hawk coding agent headlessly in workflows.Features
Changes
.github/actions/hawk/action.yml- New composite action.gitattributes- Removed.github export-ignoreso composite actions work ingit archiveTesting
gh workflow runwith the action