You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pull-requests: write # Required to post comments on PRs
16
+
steps:
17
+
- name: Check signed commits in PR
18
+
uses: 1Password/check-signed-commits-action@v1 # Use the action
19
+
with:
20
+
comment: |
21
+
🚨 Unsigned commits detected! Please sign your commits.
22
+
23
+
For instructions on how to set up GPG/SSH signing and verify your commits, please see [GitHub Documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification).
0 commit comments