mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-04-12 06:08:06 +07:00
Previously, this only would create a PR when the branch was newly created earlier in the workflow (assuming that branches would be deleted once the previous dependency update PR was merged), but it was possible for the branch to already exist but not have a PR open against it. This uses the Github API to properly check whether a PR already exists.