[webkit-changes] [WebKit/WebKit] 42ad01: [REGRESSION] Unauthenticated request to list PR fi...

Jonathan Bedard noreply at github.com
Wed Jan 25 12:55:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 42ad013f55b2f41613cdf2ef1b11e4b6f3551b78
      https://github.com/WebKit/WebKit/commit/42ad013f55b2f41613cdf2ef1b11e4b6f3551b78
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M Tools/CISupport/ews-build/events.py

  Log Message:
  -----------
  [REGRESSION] Unauthenticated request to list PR files triggering rate-limits
https://bugs.webkit.org/show_bug.cgi?id=251157
rdar://104659979

Reviewed by Aakash Jain.

Without authentication, ews-build.webkit.org very quickly hits GitHub's rate limits.
After 259282 at main, our request to list files in a PR was no longer authenticated.

* Tools/CISupport/ews-build/events.py:
(GitHubEventHandlerNoEdits._get_pr_files): Use Basic authentication when listing files.

Canonical link: https://commits.webkit.org/259382@main




More information about the webkit-changes mailing list