View as Markdown

Deprecation of `post_check` action

Automatic migration of post_check actions to merge_protections entries


  • Deprecations
  • Merge Protections

The post_check action in pull_request_rules is being replaced by merge_protections. A new transformer handles the migration automatically:

The transformer runs automatically and will open a pull request with the required changes. However, we recommend reviewing your configuration and migrating to merge_protections explicitly, as the post_check action will be removed in a future release.

Was this page helpful?