New API server for v5 #33
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" |