From 8f37b212e10bf7a081616710aab9fc8fb4e06ffc Mon Sep 17 00:00:00 2001 From: Ricardo Amador Date: Fri, 7 Jul 2023 16:40:33 -0700 Subject: [PATCH] Remove unused autosubmit configuration file. --- .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 4c5311052f8..00000000000 --- 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_main.yml'