Skip to content
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

Open
sftim opened this issue Mar 17, 2022 · 5 comments
Open

(Full) YAML support #1764

sftim opened this issue Mar 17, 2022 · 5 comments
Labels
Actions Feature Feature requires both runner, pipelines service and launch changes enhancement New feature or request

Comments

@sftim
Copy link

sftim commented Mar 17, 2022

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

@sftim sftim added the enhancement New feature or request label Mar 17, 2022
@nikola-jokic
Copy link
Contributor

Hi @sftim,

This enhancement is added to the board.

@nikola-jokic nikola-jokic added the Actions Feature Feature requires both runner, pipelines service and launch changes label Jul 6, 2022
Copy link
Contributor

github-actions bot commented Jan 1, 2024

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.

@github-actions github-actions bot added Stale and removed Stale labels Jan 1, 2024
@lucasfcnunes
Copy link

@nikola-jokic was this enhancement dropped?

@nikola-jokic
Copy link
Contributor

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.

@lucasfcnunes
Copy link

lucasfcnunes commented Apr 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Feature Feature requires both runner, pipelines service and launch changes enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@sftim @lucasfcnunes @nikola-jokic and others