opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
109 stars 58 forks source link

[BUG] Doc update helper is failiing because of branch protection rules #132

Closed harshavamsi closed 1 year ago

harshavamsi commented 1 year ago

What is the bug?

The doc update workflow is failing because the branch protection rules required approving maintainers. But since this is an automated workflow, the rules must be updated.

How can one reproduce the bug?

https://github.com/opensearch-project/opensearch-php/actions/runs/4286037400/jobs/7465071818 -- A failing run.

shyim commented 1 year ago

I would say let's get rid of that branch and switch to GitHub Actions + Artifacts + Pages. What do you think about that?

harshavamsi commented 1 year ago

I would say let's get rid of that branch and switch to GitHub Actions + Artifacts + Pages. What do you think about that?

Sounds good to me!