Hello I'm using this action to check coverage in the CI but it fails with this error:
coverage_comment.subprocess.SubProcessError: remote: error: GH013: Repository rule violations found for refs/heads/python-coverage-comment-action-data.
remote: Review all repository rules at https://github.com/..../rules?ref=refs%2Fheads%2Fpython-coverage-comment-action-data
remote:
remote: - Commits must have verified signatures.
remote: Found 1 violation:
remote:
remote: d45f35d02a31c451a4a13387f03c6ed440b28[43](https://github.com/..../actions/runs/15727086665/job/44319346741#step:5:44)e
remote:
To https://github.com/....
! [remote rejected] python-coverage-comment-action-data -> python-coverage-comment-action-data (push declined due to repository rule violations)
Is there a way to have the action push signed commits?
Thanks!
Hello I'm using this action to check coverage in the CI but it fails with this error:
Is there a way to have the action push signed commits?
Thanks!