From 64f7d4485be8972d6dc810afba0fcaacad494176 Mon Sep 17 00:00:00 2001 From: Dhruv Patel Date: Mon, 31 Oct 2022 11:01:04 -0400 Subject: [PATCH] fix: move auto-merge to the right dir (#1400) ## Description * Moves auto-merge to the correct `.github/workflows/` dir ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [x] :hamster: Trivial/Minor ## Issue(s) N/A ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/{actions => workflows}/auto-merge.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{actions => workflows}/auto-merge.yml (100%) diff --git a/.github/actions/auto-merge.yml b/.github/workflows/auto-merge.yml similarity index 100% rename from .github/actions/auto-merge.yml rename to .github/workflows/auto-merge.yml