build: Exclude dependabot from DCO check workflow

PRs from dependabot are failing to meet the check from DCO as the
Signed-Off-By is now a GitHub support email address.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-10-21 09:24:11 +01:00 committed by Sebastien Boeuf
parent c8f108d2f0
commit bd51f3069c

View File

@ -15,4 +15,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check
dco-check -e "49699333+dependabot[bot]@users.noreply.github.com"