We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6d59dd + 403dde6 commit b32c675Copy full SHA for b32c675
dist/index.js
@@ -8499,7 +8499,7 @@ const run = async () => {
8499
teams,
8500
},
8501
dismiss_stale_reviews: true,
8502
- require_code_owner_reviews: false,
+ require_code_owner_reviews: true,
8503
required_approving_review_count: 1,
8504
bypass_pull_request_allowances: {
8505
users,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "toggle-gh-protection",
3
- "version": "1.0.10",
+ "version": "1.0.11",
4
"main": "dist/index.js",
5
"repository": "git@github.com:ClearTax/toggle-gh-protection.git",
6
"author": "Jagadish, K. <jagadish.kasi@cleartax.in>",
0 commit comments