Skip to content

Move Loading Github Slugs into Password util #46726

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chgibb-apple
Copy link
Contributor

@chgibb-apple chgibb-apple commented Jun 13, 2025

ed30050

Move Loading Github Slugs into Password util
https://bugs.webkit.org/show_bug.cgi?id=294464
Include a Radar link (OOPS!).

Reviewed by NOBODY (OOPS!).

Move Loading Github Slugs into Password util

* Tools/CISupport/ews-app/ews/common/github.py:

@chgibb-apple chgibb-apple requested a review from aj062 as a code owner June 13, 2025 21:13
@chgibb-apple chgibb-apple self-assigned this Jun 13, 2025
@chgibb-apple chgibb-apple added the Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases label Jun 13, 2025
https://bugs.webkit.org/show_bug.cgi?id=294464
Include a Radar link (OOPS!).

Reviewed by NOBODY (OOPS!).

Move Loading Github Slugs into Password util

* Tools/CISupport/ews-app/ews/common/github.py:
@chgibb-apple chgibb-apple force-pushed the eng/Move-Loading-Github-Slugs-into-Password-util branch from be4e790 to ed30050 Compare June 13, 2025 23:56
@@ -35,7 +35,7 @@
_log = logging.getLogger(__name__)

GITHUB_URL = 'https://github.com/'
GITHUB_PROJECTS = ['WebKit/WebKit', 'apple/WebKit', 'WebKit/WebKit-security']
GITHUB_PROJECTS = util.load_password('GITHUB_PROJECTS', default=['WebKit/WebKit', 'apple/WebKit', 'WebKit/WebKit-security'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this one actually needed? can just answer yes/no.

@chgibb-apple chgibb-apple added safe-merge-queue Applied to automatically send a pull-request to merge-queue after passing EWS checks unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing and removed safe-merge-queue Applied to automatically send a pull-request to merge-queue after passing EWS checks labels Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants