From 99830703b1f6d02abaa52cef2aa8142a24d9fb9d Mon Sep 17 00:00:00 2001 From: Jesse Yang Date: Thu, 12 May 2022 11:37:43 -0700 Subject: [PATCH] chore: add doc link for db migration conflict warning (#19962) --- .github/workflows/check_db_migration_confict.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_db_migration_confict.yml b/.github/workflows/check_db_migration_confict.yml index 756ab87d4d..0f6c26d90a 100644 --- a/.github/workflows/check_db_migration_confict.yml +++ b/.github/workflows/check_db_migration_confict.yml @@ -50,10 +50,11 @@ jobs: repo: context.repo.repo, issue_number: pull.number, body: - `⚠️ @${pull.user.login} Your base branch \`${currentBranch}\` has just ` + + `# 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️ 🙅‍♂️` + + `❗ @${pull.user.login} Your base branch \`${currentBranch}\` has ` + 'also updated `superset/migrations`.\n' + '\n' + - '❗ **Please consider rebasing your branch to avoid db migration conflicts.**', + '**Please consider rebasing your branch and [resolving potential db migration conflicts](https://github.com/apache/superset/blob/master/CONTRIBUTING.md#merging-db-migrations).**', }); } }