From 3c882625f9c4ddb7074ee878eecee8b256539237 Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Thu, 15 Aug 2024 09:11:57 -0700 Subject: [PATCH] move no-response template to the correct directory for workflows. --- .../{workflow-templates => workflows}/no-response.properties.json | 0 .github/{workflow-templates => workflows}/no_response.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{workflow-templates => workflows}/no-response.properties.json (100%) rename .github/{workflow-templates => workflows}/no_response.yaml (100%) diff --git a/.github/workflow-templates/no-response.properties.json b/.github/workflows/no-response.properties.json similarity index 100% rename from .github/workflow-templates/no-response.properties.json rename to .github/workflows/no-response.properties.json diff --git a/.github/workflow-templates/no_response.yaml b/.github/workflows/no_response.yaml similarity index 100% rename from .github/workflow-templates/no_response.yaml rename to .github/workflows/no_response.yaml