libva
libva copied to clipboard
ci: add job to check for signed-off-by tags
As per the contributing documentation DCO/SoB is required.
Looking at the existing Github Actions, nearly all of them are based on node12, which is deprecated and will be removed shortly. So opt for the one that doesn't suffer that issue - cncf/dcochecker
@XinfengZhang @dvrogozh humble ping?
Looking at the existing Github Actions, nearly all of them are based on node12
I am not sure I understand what do you mean here. Do you mean that actions we have for libva in .github/workflows/ have a problem (I believe they do not since we've updated recently to avoid this issue)? Or you mean all actions for DCO/SoB use node12?
Seems like there's an official github app to do this - open https://github.com/apps/dco and tap on "Configure".
Leaving this PR in place as a fall-back, until the maintainers have finalised the setup.