Raise SystemExit(0) quietly, instead of ValueErrors or Exception errors to prevent failed GitHub Jobs (#1735)

This is so that we don't see the failed jobs whenever a PR is not
cherry-pickable. Instead, it quitely exits with code 0. So no failed
jobs will occur.
2 files changed