Skip to content

Commit

Permalink
Merge pull request #6005 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 14, 2025
2 parents 61aaafa + 42414d0 commit 99d9038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/policies/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 99d9038

Please sign in to comment.