Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/fullsend.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[info] formatting-consistency

The YAML document start marker --- is not used anywhere else in the repository YAML files. This may be intentional as part of template sync.

# --- fullsend managed below - do not edit ---

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[info] documentation-pattern

The fullsend managed below - do not edit comment pattern is new to this repository. No other configuration or workflow files use this convention.

# lint-workflow-size: max-lines=280

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[low] edge-case

The lint-workflow-size: max-lines=280 directive moves from line 1 to line 3 due to the new --- marker and comment. If the linting tool is position-sensitive, the check could silently stop being enforced.

# fullsend shim workflow (workflow_call mode)
# Routes events to agent workflows in .fullsend via workflow_call.
Expand Down
Loading