Skip to main content

Support skipping creating pull requests

#202

tfaction supports creating some types of pull requests.

They are really useful, but these pull requests are created by GitHub App so you can pass 1 approval Required by approving your changes by yourself. To solve the problem, tfaction provides the setting skip_create_pr in tfaction-root.yaml.

skip_create_pr: true # By default, this is false

If this is true, tfaction creates a feature branch and guides how to create a pull request but doesn't create a pull request. Please see the tfaction's message and create a pull request by gh pr create command.

Follow up pull request

Follow up Pull Request

image

Scaffold working directory

Scaffold working directory Pull Request

image

--

image

Scaffold tfmigrate migration

Scaffold tfmigrate migration Pull Request

image

--

image

Scaffold Terraform Module

Scaffold Terraform Module Pull Request

image

--

image