Overview
In #10324, the PR Automation job was failing because of a race condition around adding a pull request to a v1 project board which @cli/code-reviewers no longer use:
Run commentPR () {
https://github.com/cli/cli/pull/10324
gh: Project already has the associated issue
Error: Process completed with exit code 1.
This issue is to remove that logic from the workflow in light of GitHub deprecating v1 project support until the maintainers revisit how we internally want to review and manage the state of OSS pull requests.