Skip to main content

Create a pull request automatically to handle the problem when apply failed

Sometimes terraform apply fails even if terraform plan passed. In that case, tfaction automatically creates a pull request with an empty commit to fix the failure.

image

image

If the problem would be solved by running terraform apply again, please merge the created pull request.

If any code fix is needed, please add commits to the created pull request and merge it.

Pull Requests are created per failed job. For example, if two jobs failed, two pull requests would be created.

💡 Skip creating pull requests​

If you don't want to create pull requests by GitHub App, please see Support skipping creating pull requests.