-
Notifications
You must be signed in to change notification settings - Fork 104
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
Synchronize compat_features
with mdn/browser-compat-data tags
#1672
Comments
There's two sides of this: upstreaming and downstreaming. DownstreamingDownstreaming is sending changes from the upstream side (mdn/browser-compat-data) to the downstream (web-platform-dx/web-features). I'd expect a web-features workflow along these lines:
UpstreamingUpstreaming is sending changes from the downstream side (web-platform-dx/web-features) to the upstream side (mdn/browser-compat-data). I'd expect an mdn/browser-compat-data workflow:
|
Today, I met with @atopal and @Elchi3 to figure out next steps for this work. Highlights
Workflow summaryAfter some discussion, we're expecting two typical workflows for synchronizing
To prevent circular changes:
To ensure ongoing completeness, web-features maintainers ought to strive to keep generated drafts to an absolute minimum. |
I just merged the initial BCD sync from the GitHub action. mdn/browser-compat-data#25762 |
Do we need to land anything else other than the documentation in #2560? |
@Elchi3 There's one last thing, which I forgot to include in the to-do list above: We must periodically run
Since we're not likely to turn this on for a couple of weeks, I consider OWD's part in this done when #2560 lands. I will absolutely not turn down the help, of course. 😄 |
Perfect! Thank you all for your work on this! |
With #2587, the work here is complete except for turning on the automatic workflow runs. Once we've completed mapping the back catalog of compat keys, we need to uncomment these lines from the workflow:
So this is blocked for now, but very nearly complete. I'll leave this issue open until that uncommenting has happened. Thank you @Elchi3 and @queengooborg for your work on getting this into good shape. |
Goal
When we override
compat_features
in a YAML file here, those changes ought to propagate to mdn/browser-compat-data. Likewise, new features originating in mdn/browser-compat-data ought to bubble up to web-features.Background
Open Web Docs is working on several tasks including:
(see openwebdocs/project#208)
But we're not capturing this work here on the repo anywhere. This issue is attempting cover it.
The text was updated successfully, but these errors were encountered: