1
0
mirror of https://github.com/gradle/actions.git synced 2025-04-24 03:39:18 +08:00

Allow members to push commits without sign-off

This commit is contained in:
Daz DeBoer 2022-03-16 13:17:50 -06:00 committed by GitHub
parent adcc4faa55
commit 3f03131b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.github/dco.yml vendored Normal file

@ -0,0 +1,3 @@
# Disable sign-off checking for members of the Gradle GitHub organization
require:
members: false