`git webkit pr` should submit a comment to the corresponding bugzilla ticket when creating a PR, at least mention the PR link :)
It's not working for me I suppose :) Created 'PR 306 | [GStreamer] Pipewire display capture broken'! Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435' Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435' Failed to modify 'https://bugs.webkit.org/show_bug.cgi?id=239435 None' Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435' Assigning associated issue to Philippe Normand <pnormand@igalia.com> Failed to fetch comments for 'https://bugs.webkit.org/show_bug.cgi?id=239435' Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435' Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435' Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435' Failed to modify 'https://bugs.webkit.org/show_bug.cgi?id=239435 None' Posted pull request link to https://bugs.webkit.org/show_bug.cgi?id=239435 Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435' Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435' https://github.com/WebKit/WebKit/pull/306
<rdar://problem/92217316>
It does, that likely means whatever your keystore is has the wrong bugzilla credentials.
(In reply to Jonathan Bedard from comment #3) > It does, that likely means whatever your keystore is has the wrong bugzilla > credentials. How do I reset these then?
(In reply to Philippe Normand from comment #4) > (In reply to Jonathan Bedard from comment #3) > > It does, that likely means whatever your keystore is has the wrong bugzilla > > credentials. > > How do I reset these then? That's going to depend on what your system's keystore is, which we do through keyring. I can speak for MacOS, but not other platforms. That being said, Michael Catanzaro fixed a fun little bug in https://bugs.webkit.org/show_bug.cgi?id=239741 which might have been the root of your issue.
Oh wow, yes, Michael's patch definitely looks like a good fix for what I experienced so far. I'll check again next time I submit a PR. Thanks!