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 15d39f6 commit 99386c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/auto_assign-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
addAssignees: true

assignees:
- tylerfanelli
- larrydewey
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 99386c8

Please sign in to comment.