Summary
The workflow-parser/src/workflow-v1.0.json schema should be synced with GitHub's server-side workflow schema to ensure validation parity.
Background
The languageservices repo maintains its own copy of the workflow schema. Over time, the server-side schema may have additions or changes that aren't reflected here, leading to:
- False positive validation errors (rejecting valid workflows)
- False negatives (accepting invalid workflows)
Tasks
Related
Summary
The
workflow-parser/src/workflow-v1.0.jsonschema should be synced with GitHub's server-side workflow schema to ensure validation parity.Background
The languageservices repo maintains its own copy of the workflow schema. Over time, the server-side schema may have additions or changes that aren't reflected here, leading to:
Tasks
workflow-v1.0.jsonwith the server-side schema inactions-workflow-parserRelated
pull_requestactivity types