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).**', }); } }