From f09b22a23ede3c2289ed744f4b97274b5a6b2c23 Mon Sep 17 00:00:00 2001 From: yayuyokitano <69117606+yayuyokitano@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:53:18 +0100 Subject: [PATCH] move workflow templates --- .../pr-labels.properties.json | 0 {.github/workflow-templates => workflow-templates}/pr-labels.yml | 0 .../release-drafter.properties.json | 0 .../workflow-templates => workflow-templates}/release-drafter.yml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {.github/workflow-templates => workflow-templates}/pr-labels.properties.json (100%) rename {.github/workflow-templates => workflow-templates}/pr-labels.yml (100%) rename {.github/workflow-templates => workflow-templates}/release-drafter.properties.json (100%) rename {.github/workflow-templates => workflow-templates}/release-drafter.yml (100%) diff --git a/.github/workflow-templates/pr-labels.properties.json b/workflow-templates/pr-labels.properties.json similarity index 100% rename from .github/workflow-templates/pr-labels.properties.json rename to workflow-templates/pr-labels.properties.json diff --git a/.github/workflow-templates/pr-labels.yml b/workflow-templates/pr-labels.yml similarity index 100% rename from .github/workflow-templates/pr-labels.yml rename to workflow-templates/pr-labels.yml diff --git a/.github/workflow-templates/release-drafter.properties.json b/workflow-templates/release-drafter.properties.json similarity index 100% rename from .github/workflow-templates/release-drafter.properties.json rename to workflow-templates/release-drafter.properties.json diff --git a/.github/workflow-templates/release-drafter.yml b/workflow-templates/release-drafter.yml similarity index 100% rename from .github/workflow-templates/release-drafter.yml rename to workflow-templates/release-drafter.yml