mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
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:
parent
c8f108d2f0
commit
bd51f3069c
2
.github/workflows/dco.yaml
vendored
2
.github/workflows/dco.yaml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user