Previously a CI error would be reported if any change in generated code is found.
The behavior is undesired because the difference between HHVM might be expected sometimes. For example, the HTML format changes in newer HHVM versions.
This PR creates a Github Action step to create a pull request to report generated code changes instead of reporting errors. For example: https://github.com/Atry/hh-apidoc/pull/4 is created the Github Action step introduced by this PR. The new approach would be better because the oncall engineer would have a chance to review the change.
Previously a CI error would be reported if any change in generated code is found.
The behavior is undesired because the difference between HHVM might be expected sometimes. For example, the HTML format changes in newer HHVM versions.
This PR creates a Github Action step to create a pull request to report generated code changes instead of reporting errors. For example: https://github.com/Atry/hh-apidoc/pull/4 is created the Github Action step introduced by this PR. The new approach would be better because the oncall engineer would have a chance to review the change.