Skip to content

Commit bb484b1

Browse files
committed
added: Add workflow to verify that all commits in a PR are signed
1 parent d2a5c4f commit bb484b1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Check Signed Commits in PR
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, synchronize, reopened]
6+
7+
jobs:
8+
check-signed-commits:
9+
name: Check signed commits in PR
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
steps:
15+
- name: Check signed commits in PR
16+
uses: 1Password/check-signed-commits-action@v1

changelogs/2025-10-23-055753.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
type: Added
2+
issues: []
3+
description: Added a new worklow to require signed Git commits
4+
public: true
5+
tags:
6+
- None

0 commit comments

Comments
 (0)