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

Check if branch protection is enabled #2

Open
dworak-dev opened this issue May 27, 2023 · 1 comment
Open

Check if branch protection is enabled #2

dworak-dev opened this issue May 27, 2023 · 1 comment

Comments

@dworak-dev
Copy link
Owner

No description provided.

@dworak-dev
Copy link
Owner Author

this is an example using github graphql

{
repository(owner: "dworac", name: "cli") {
description
branchProtectionRules(first: 10) {
nodes {
lockBranch
id
pattern
allowsForcePushes
allowsDeletions
isAdminEnforced
restrictsPushes
requiresCodeOwnerReviews
}
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant