pr-check workflow combines pr-title and wait-for-checks in downstream repositories. Combining the jobs into a single workflow ensures pr-title succeeds before 'checks' runs removing the need for the empty commit.
This has the added benefit of the required check workflow name being the same in the iac configuration.
See https://github.com/3ware/repoman/issues/204
pr-check workflow combines pr-title and wait-for-checks in downstream repositories. Combining the jobs into a single workflow ensures pr-title succeeds before 'checks' runs removing the need for the empty commit.
This has the added benefit of the required check workflow name being the same in the iac configuration.
See https://github.com/3ware/repoman/issues/204