CI: Remove ci-man jobs from JJB, change GHA WF

The previous GHA workflow did not include voting, so this switches to
one that does.

Packer jobs will remain in JJB for now, as they are not yet properly
implemented for AWS-based Jenkins clouds. The merge job also remains
in place for now, though it will be replaced once GHA jobs are
functioning correctly.

This also includes some yamllint fixes to .pre-commit-config.yaml.

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Ife44a2cfed9c5a5bc4ca8a2ac3f38f9a95210d8d
diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml
index e89c2e6..01b7dfd 100644
--- a/.github/workflows/gerrit-verify.yaml
+++ b/.github/workflows/gerrit-verify.yaml
@@ -52,7 +52,7 @@
 jobs:
   call-composed-ci-man-verify:
     # yamllint disable-line rule:line-length
-    uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-ci-management-verify.yaml@cfe55838e3aac24c19b250029ba9d4f503c54fc6
+    uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-ci-management-verify.yaml@cfe55838e3aac24c19b250029ba9d4f503c54fc6
     with:
       GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
       GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}