Skip to content

Commit 20f259f

Browse files
committed
Check signed commits in PR
1 parent 02474c2 commit 20f259f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/commits-signed.yaml

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

0 commit comments

Comments
 (0)