Compare commits

...

2 Commits

Author SHA1 Message Date
Bart
58fdf3ae83 Pin version 2026-03-17 11:47:03 -04:00
Bart
4f2779f17f ci: Check for signed commits in PR 2026-03-17 11:44:29 -04:00

View File

@@ -0,0 +1,17 @@
name: Check signed commits
# The use of `pull_request_target` allows the action to post comments on
# external PRs created from forks.
on: pull_request_target
jobs:
check-signed-commits:
name: Check signed commits in PR
runs-on: ubuntu-latest
# The action needs write permissions to post comments on the PR.
permissions:
contents: read
pull-requests: write
steps:
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@ed2885f3ed2577a4f5d3c3fe895432a557d23d52 # v1.2.0