[Webkit-unassigned] [Bug 252049] Automatically export WPT changes when running `git webkit pr`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 04:57:43 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252049

--- Comment #1 from Antoine Quint <graouts at webkit.org> ---
I'm merely a user of `export-w3c-test-changes`, but there are several manual steps required in the way I use it.

First, I have to create a token to let GitHub automate certain things. Maybe the same token can be used for WPT-related tasks and WebKit GitHub tasks, but I have two separate ones I believe.

Second, I use a local WPT checkout and have an alias such as this one to have a single command I run after running `git webkit pr`:

    alias wptexport='export-w3c-test-changes -g @ -n graouts -r graouts -d ~/Code/web-platform-tests -c -t $(cat ~/Documents/Dotfiles/wpt-export-token)'

Maybe `git webkit setup` could offer to create a local repository, although that might not offer much advantage. Same for the token creation, if required.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230210/db03bc4b/attachment.htm>


More information about the webkit-unassigned mailing list