Skip to content

Commit 166be83

Browse files
authored
Validate DCoO PR signoff (#62)
1 parent 825eabb commit 166be83

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/signoff.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: validate-signoff
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- edited
7+
8+
jobs:
9+
validate:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: PR Description Check
13+
uses: pythonistaguild/[email protected]
14+
with:
15+
content: "[x] I have read and agree to the [Developer Certificate of Origin]"

0 commit comments

Comments
 (0)