Add API Report

Signed-off-by: Praphull <1288395+praphull-purohit@users.noreply.github.com>
This commit is contained in:
Praphull
2025-09-03 15:51:33 +02:00
parent f2be6858ae
commit 172d57c6b0
@@ -81,6 +81,7 @@ export function createGithubBranchProtectionAction(options: {
requireLastPushApproval?: boolean | undefined;
requiredCommitSigning?: boolean | undefined;
requiredLinearHistory?: boolean | undefined;
blockCreations?: boolean | undefined;
token?: string | undefined;
},
{