Browse Source

chore(ci): remove github admin blurb for modified migrations (#47484)

Remove migrations modified error message requesting a dev to ask a
github admin to merge the PR. This doesn't seem relevant anymore.
Gilbert Szeto 1 year ago
parent
commit
b2ffa09c05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/migrations.yml

+ 1 - 1
.github/workflows/migrations.yml

@@ -44,7 +44,7 @@ jobs:
       - name: Failure because of modified migration
         run: |
           echo "If you have a valid reason to modify a migration please get approval"
-          echo "from @getsentry/owners-migrations, then ask a Github admin to merge." && exit 1
+          echo "from @getsentry/owners-migrations." && exit 1
 
   sql:
     name: Generate SQL