We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed8041 commit 625c367Copy full SHA for 625c367
main.py
@@ -79,6 +79,7 @@ def sync_website_content(username, token, source_repo, source_folder, source_ref
79
# Check if commits are signed
80
checks = []
81
for commit in pr.get_commits():
82
+ print([commit.commit.verification.verified, signed_by, commit.commit.verification.payload])
83
checks.append(commit.commit.verification.verified and signed_by in commit.commit.verification.payload)
84
85
if all(checks):
0 commit comments