From 8fb46301a00b5d065f9b890496f914d3fdc17495 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 7 Feb 2024 13:51:30 -0500 Subject: [PATCH] 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 --- .github/workflows/check-pr.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index c16e5f0e..76edb9b8 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -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: