You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically add a Github Action which runs on every new PR created and checks if it's signed-off or not. If not signed-off, the PR won't be merged ( Using branch protection ) and the User is requested to Sign-off their commits first.
Summary
Basically add a Github Action which runs on every new PR created and checks if it's signed-off or not. If not signed-off, the PR won't be merged ( Using branch protection ) and the User is requested to Sign-off their commits first.