From e3b5ae56cd52eb4ede4756f5215849c5d79d79d7 Mon Sep 17 00:00:00 2001 From: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com> Date: Fri, 7 Jul 2023 17:30:17 -0700 Subject: [PATCH] Remove unneeded configuration file (#130183) 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 74f629659d..0000000000 --- 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. -# https://github.com/flutter/flutter/wiki/Autosubmit-bot -config_path: 'autosubmit/flutter/autosubmit_master.yml'