-
Notifications
You must be signed in to change notification settings - Fork 990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Full) YAML support #1764
Comments
Hi @sftim, This enhancement is added to the board. |
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
@nikola-jokic was this enhancement dropped? |
Could you please submit it to the GitHub Community Support Forum? This feature would require changes to the platform overall, so submitting this issue there would help route the problem to the correct team. |
Done! https://github.com/orgs/community/discussions/118688 |
Describe the enhancement
Allow use of YAML as the format for GitHub Actions workflows. Any valid document that can be expressed in YAML 1.x (pick a version you want to support) should be accepted if a conformant YAML implementation converts it to a JSON document, and that JSON document is equal to the transformation result of a “GitHub-flavored YAML” document that GitHub Actions does accept.
Code Snippet
not applicable
Additional information
Prompted by a comment that GitHub Actions doesn't yet support YAML, just a private subset.
NOTE: if the feature request has been agreed upon then the assignee will create an ADR. See docs/adrs/README.md
The text was updated successfully, but these errors were encountered: