Skip to content

Commit 336b23f

Browse files
authored
Run 1Password/check-signed-commits-action for PRs (#91)
Add the 1Password/check-signed-commits-action that will leave a handy comment if a PR contains commits that are not signed.
1 parent 6caaa1c commit 336b23f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .github/workflows/pr-check-signed-commits.yml

+13
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)