From 25e692cb260a68a5780bc5cd58ef437e40eb3f35 Mon Sep 17 00:00:00 2001 From: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com> Date: Thu, 23 Mar 2023 17:43:06 -0700 Subject: [PATCH] Adding autosubmit configuration pointer file. (#123285) Adding autosubmit configuration pointer file. --- .github/autosubmit.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/autosubmit.yml diff --git a/.github/autosubmit.yml b/.github/autosubmit.yml new file mode 100644 index 0000000000000..74f629659d43c --- /dev/null +++ b/.github/autosubmit.yml @@ -0,0 +1,7 @@ +# 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'