Skip to content

Commit

Permalink
chore: Remove github action bot that makes comments nudging commit si…
Browse files Browse the repository at this point in the history
…gning (#937)

We can consider reverting this commit once this PR is merged:
1Password/check-signed-commits-action#9
  • Loading branch information
kdheepak committed Feb 7, 2024
1 parent 0dcdbea commit 8fb4630
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8fb4630

Please sign in to comment.