From 2859b12fa74bed25eda50887f7a4f8fbc85cb4a1 Mon Sep 17 00:00:00 2001 From: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com> Date: Fri, 7 Jul 2023 18:13:24 -0700 Subject: [PATCH] Remove unused autosubmit configuration file (#2918) Remove autosubmit config files that are no longer being used. This was from a previous design and not longer used. List which issues are fixed by this PR. You must list at least one issue. Part of https://github.com/flutter/flutter/issues/130182 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* --- .github/autosubmit.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/autosubmit.yml diff --git a/.github/autosubmit.yml b/.github/autosubmit.yml deleted file mode 100644 index 920db21e0..000000000 --- a/.github/autosubmit.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 2023 The Flutter Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# This file will be added to flutter's internal repository. -# TODO: publish design doc and link here. -config_path: 'autosubmit/flutter/autosubmit_main.yml'