chore: update fullsend shim workflow#29
Conversation
|
🤖 Finished Review · ❌ Failure · Started 6:48 AM UTC · Completed 6:48 AM UTC |
5170f01 to
fa3e775
Compare
|
🤖 Finished Review · ✅ Success · Started 6:01 PM UTC · Completed 6:08 PM UTC |
ReviewFindingsHigh
Previous runReviewFindingsHigh
Info
Previous run (2)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.
fa3e775 to
8cff4c7
Compare
|
🤖 Finished Review · ✅ Success · Started 4:18 PM UTC · Completed 4:27 PM UTC |
| @@ -1,3 +1,7 @@ | |||
| # This file is managed by fullsend. Do not edit it directly. | |||
There was a problem hiding this comment.
[info] documentation-pattern
The managed-file header pattern (management comment + upstream URL + document marker + managed-below marker) is new to this repository. No other workflow or config files use this convention.
Update the shim workflow to match the current template in the .fullsend config repo.
8cff4c7 to
9dc8e9c
Compare
|
🤖 Finished Review · ✅ Success · Started 5:03 PM UTC · Completed 5:12 PM UTC |
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.