Skip to content

Commit

Permalink
Merge pull request #511 from microsoft/ci/fix-signed-commits
Browse files Browse the repository at this point in the history
fix: disables signed commits as it blocks dependabot
  • Loading branch information
baywet authored Jan 15, 2025
2 parents 60a58c9 + 77fd5a9 commit 2b001b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/policies/kiota-dotnet-branch-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ configuration:
# Require review from Code Owners. Requires requiredApprovingReviewsCount. boolean
requireCodeOwnersReview: true
# Are commits required to be signed. boolean.
requiresCommitSignatures: true
requiresCommitSignatures: false
# Are conversations required to be resolved before merging? boolean
requiresConversationResolution: true
# Are merge commits prohibited from being pushed to this branch. boolean
Expand Down

0 comments on commit 2b001b8

Please sign in to comment.