Skip to content

Commit

Permalink
chore: add comment on PRs with unsigned commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin271 committed Jan 8, 2024
1 parent 5db895d commit cf53441
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@ jobs:
header: pr-title-lint-error
delete: true

check-signed:
runs-on: ubuntu-latest
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 cf53441

Please sign in to comment.