Skip to content

Commit

Permalink
Validate DCoO PR signoff (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma authored Nov 27, 2023
1 parent 825eabb commit 166be83
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/pr-description-check@v1.0
with:
content: "[x] I have read and agree to the [Developer Certificate of Origin]"

0 comments on commit 166be83

Please sign in to comment.