Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 90f42e5

Browse files
committed
fix: include required_status_checks for branch protection
1 parent c93410a commit 90f42e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
branch: 'develop',
8888
restrictions: null,
8989
enforce_admins: null,
90-
required_pull_request_reviews: null
90+
required_pull_request_reviews: null,
91+
required_status_checks: null
9192
})
9293
console.log("Result:", result)
9394

0 commit comments

Comments
 (0)