chore: Remove github action bot that makes comments nudging commit signing (#937)

We can consider reverting this commit once this PR is merged:
https://github.com/1Password/check-signed-commits-action/pull/9
This commit is contained in:
Dheepak Krishnamurthy 2024-02-07 13:51:30 -05:00 committed by GitHub
parent 0dcdbea083
commit 8fb46301a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,24 +44,6 @@ jobs:
header: pr-title-lint-error
delete: true
check-signed:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
# Check commit signature and add comment if needed
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1
with:
comment: |
Thank you for opening this pull request!
We require commits to be signed and it looks like this PR contains unsigned commits.
Get help in the [CONTRIBUTING.md](https://github.com/ratatui-org/ratatui/blob/main/CONTRIBUTING.md#sign-your-commits)
or on [Github doc](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
check-breaking-change-label:
runs-on: ubuntu-latest
env: