Skip to content

Commit

Permalink
Adding DCO and auto-assign
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Dewey <larry.dewey@amd.com>
  • Loading branch information
larrydewey committed Jan 30, 2024
1 parent 42470a6 commit 8ec07d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Sign-off Check

on:
pull_request:

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: KineticCafe/actions-dco@v1

0 comments on commit 8ec07d4

Please sign in to comment.