libva icon indicating copy to clipboard operation
libva copied to clipboard

ci: add job to check for signed-off-by tags

Open evelikov opened this issue 2 years ago • 3 comments

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

evelikov avatar Nov 19 '22 19:11 evelikov

@XinfengZhang @dvrogozh humble ping?

evelikov avatar Dec 02 '22 13:12 evelikov

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?

dvrogozh avatar Dec 02 '22 18:12 dvrogozh

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.

evelikov avatar Dec 20 '22 12:12 evelikov