Skip to content
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

GitHub - update authentication flow for branch protection #181924

Merged
merged 2 commits into from May 9, 2023

Conversation

lszomoru
Copy link
Member

@lszomoru lszomoru commented May 9, 2023

No description provided.

@lszomoru lszomoru self-assigned this May 9, 2023
@lszomoru lszomoru enabled auto-merge (squash) May 9, 2023 17:53
@lszomoru lszomoru requested review from TylerLeonhardt and removed request for TylerLeonhardt May 9, 2023 17:53
@lszomoru lszomoru added the github Github extension label May 9, 2023
@lszomoru lszomoru added this to the May 2023 milestone May 9, 2023
@lszomoru lszomoru merged commit 3dd678d into main May 9, 2023
7 checks passed
@lszomoru lszomoru deleted the lszomoru/brainy-jellyfish branch May 9, 2023 18:10
_octokitGraphql = undefined;
throw err;
try {
const session = await authentication.getSession('github', scopes, { createIfNone: false });
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const session = await authentication.getSession('github', scopes, { createIfNone: false });
const session = await authentication.getSession('github', scopes);

false is the default.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
github Github extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants