Skip to content

Commit

Permalink
Validate DCoF PR signoff (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma authored Nov 26, 2023
1 parent 3d6e3b9 commit d1086ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/signoff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: validate-signoff
on:
pull_request:
types:
- opened
- edited

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: PR Description Check
uses: pythonistaguild/[email protected]
with:
content: "[x] I have read and agree to the [Developer Certificate of Origin]"

0 comments on commit d1086ae

Please sign in to comment.