From 7d2f1c0536670a249000f290a2c59e5d9dde0eec Mon Sep 17 00:00:00 2001 From: Vishnu Bharathi Date: Mon, 14 Jun 2021 20:51:06 +0530 Subject: [PATCH] ci: sets include_pr_number kodiak config to false (#1569) https://github.com/hasura/graphql-engine-mono/pull/1569 Co-authored-by: Brandon Simmons <210815+jberryman@users.noreply.github.com> GitOrigin-RevId: d2c51608887ebdea2719e1e4f66def9596202897 --- .kodiak.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kodiak.toml b/.kodiak.toml index 9c5dc4ebf6a..8063f25593e 100644 --- a/.kodiak.toml +++ b/.kodiak.toml @@ -97,8 +97,8 @@ include_pull_request_url = true # default: false # behavior of automatically adding the PR number to the title of merges created # through the UI. This option only applies when `merge.message.title` does not # equal `"github_default"`. -#### NOTE: 'true' required for benchmarks in CI: -include_pr_number = true # default: true +### NOTE: if this is set to true github links to unrelated OSS issues, which is confusing +include_pr_number = false # default: true # Control the text used in the merge commit. The GitHub default is markdown, but # `"plain_text"` or `"html"` can be used to render the pull request body as text