chore: update fullsend shim workflow#29
Conversation
|
🤖 Finished Review · ❌ Failure · Started 6:48 AM UTC · Completed 6:48 AM UTC |
Update the shim workflow to match the current template in the .fullsend config repo.
5170f01 to
fa3e775
Compare
|
🤖 Finished Review · ✅ Success · Started 6:01 PM UTC · Completed 6:08 PM UTC |
ReviewFindingsHigh
Low
Info
|
| @@ -1,3 +1,5 @@ | |||
| --- | |||
| # --- fullsend managed below - do not edit --- | |||
| # lint-workflow-size: max-lines=280 | |||
There was a problem hiding this comment.
[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.
| @@ -1,3 +1,5 @@ | |||
| --- | |||
There was a problem hiding this comment.
[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.
| @@ -1,3 +1,5 @@ | |||
| --- | |||
| # --- fullsend managed below - do not edit --- | |||
There was a problem hiding this comment.
[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.
This PR updates the fullsend shim workflow to match the current template in the
.fullsendconfig repo.The shim content has drifted from the template — this brings it back in sync.