Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Rename enterprise argument of Github.get_enterprise to slug#3361

Open
EnricoMi wants to merge 2 commits into
mainfrom
revert-3358-revert-get-enterprise-arg
Open

Rename enterprise argument of Github.get_enterprise to slug#3361
EnricoMi wants to merge 2 commits into
mainfrom
revert-3358-revert-get-enterprise-arg

Conversation

@EnricoMi
Copy link
Copy Markdown
Collaborator

@EnricoMi EnricoMi commented Sep 2, 2025

This is a breaking change for user code where the single argument of Github.get_enterprise is named:

github.Github().get_enterprise(enterprise="…")

instead use one of the following calls now:

github.Github().get_enterprise("…")
github.Github().get_enterprise(slug="…")

@EnricoMi EnricoMi added the breaking A breaking change label Sep 2, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 2, 2025

Test Results

     8 files  ±0       8 suites  ±0   4m 35s ⏱️ -8s
 1 025 tests ±0   1 025 ✅ ±0  0 💤 ±0  0 ❌ ±0 
11 275 runs  ±0  11 274 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit f44dd6f. ± Comparison against base commit 17bc4df.

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi added this to the Version 3.0.0 milestone Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking A breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant