Skip to content

Commit 1e1c4ce

Browse files
authoredMay 28, 2024··
Run 1Password/check-signed-commits-action for PRs (#115)
Add the 1Password/check-signed-commits-action that will leave a handy comment if a PR contains commits that are not signed.
1 parent 29cf58b commit 1e1c4ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Check signed commits in PR
2+
on: pull_request_target
3+
4+
jobs:
5+
build:
6+
name: Check signed commits in PR
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Check signed commits in PR
13+
uses: 1Password/check-signed-commits-action@v1

0 commit comments

Comments
 (0)
Please sign in to comment.