-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Fully support .yaml
#1713
Fully support .yaml
#1713
Conversation
Deployment of preview was successful: https://woodpecker-ci-woodpecker-pr-1713.surge.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I acknowledge the consensus, that we should support yaml too ...
But I dont see why we should do a breaking change in the order and make yaml default over yml ?!?
@anbraten your opinion? |
I changed it because .yaml is the recommended file extension and .yml is outdated. https://yaml.org/faq.html |
I don't think it's being breaking for many as there is already something very wrong if you have both |
Codecov ReportPatch and project coverage have no change.
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #1713 +/- ##
=======================================
Coverage 39.16% 39.16%
=======================================
Files 167 167
Lines 10778 10778
=======================================
Hits 4221 4221
Misses 6286 6286
Partials 271 271 ☔ View full report in Codecov by Sentry. |
Follow-up to #1388
Closes #1073