We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99877a9 commit 3e9370cCopy full SHA for 3e9370c
.github/workflows/commits-signed.yaml
@@ -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