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
This commit is contained in:
Vishnu Bharathi 2021-06-14 20:51:06 +05:30 committed by hasura-bot
parent 6d8a441e64
commit 7d2f1c0536

View File

@ -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