From 30139b99a7a5d5f454b50bca5cbc08c3426d1936 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 10 Jul 2020 10:07:47 -0500 Subject: [PATCH] adding hold --- .../workflows/{draft-release.yml => draft-release.yml.hold} | 4 ++++ 1 file changed, 4 insertions(+) rename .github/workflows/{draft-release.yml => draft-release.yml.hold} (58%) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml.hold similarity index 58% rename from .github/workflows/draft-release.yml rename to .github/workflows/draft-release.yml.hold index 2c30bcdb..defa1cb4 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml.hold @@ -1,3 +1,7 @@ +# We have this file on hold as its an Action that would trigger another action, and not currently supported. +# This then causes the deployRelease action to never fun, which is far more important than auto drafting +# Until we have a better solution, this needs to remain on hold + name: Release Drafter on: