From 5101e92d8396ce5f593d2f3d4fb75a4e76d7a082 Mon Sep 17 00:00:00 2001 From: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:25:16 -0700 Subject: [PATCH] Add a file for testing revert (#3065) File to add for revert testing. The revert will work but for some reason double events are getting processed for the same revert PR. This doesn't cause any issues just throws an error that can be ignored but I would rather fix the issue. *List which issues are fixed by this PR. You must list at least one issue.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* --- auto_submit/testfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 auto_submit/testfile.txt diff --git a/auto_submit/testfile.txt b/auto_submit/testfile.txt new file mode 100644 index 000000000..1ff0baf64 --- /dev/null +++ b/auto_submit/testfile.txt @@ -0,0 +1 @@ +revert this change. \ No newline at end of file