Skip to content

Commit

Permalink
Validate DCoF PR signoff, remove contributing and PR guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Nov 26, 2023
1 parent 8eee331 commit d458fb0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 47 deletions.
35 changes: 0 additions & 35 deletions .github/CONTRIBUTING.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

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 d458fb0

Please sign in to comment.