The python-client-gen workflow will be triggered with an digitalocean/openapi commit instead of an digitalocean/openapi tagged release.
We decided to not support releases in digitalocean/openapi repo because it would be too much of a maintenance for that repo. Therefore, to keep Pydo and our DO spec up to date with each other, we will trigger the workflow on a commit to digitalocean/openapi main's branch.
We will be removing the use of peter-evans/create-pull-request@v4 from our workflow because it caused our actions PR checks to choke.
The peter-evans/create-pull-request@v4 doc here mentions that pull requests created by the action using the default GITHUB_TOKEN cannot trigger other workflows.