From 4c0f356bea8b755a93e6112a1929b9c9327cc2f3 Mon Sep 17 00:00:00 2001 From: "Bryan.Jenks" Date: Thu, 22 Aug 2024 11:53:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=F0=9F=8F=BBIMPROVE:=20issue=20batc?= =?UTF-8?q?h=20template=20names=20and=20locations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../new-repository-batch.yml => issue-batch-new-repository.yml} | 2 +- .../templates => issue_batch_templates}/test.csv | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{issue_batch_creator/templates/new-repository-batch.yml => issue-batch-new-repository.yml} (91%) rename .github/workflows/{issue_batch_creator/templates => issue_batch_templates}/test.csv (100%) diff --git a/.github/workflows/issue_batch_creator/templates/new-repository-batch.yml b/.github/workflows/issue-batch-new-repository.yml similarity index 91% rename from .github/workflows/issue_batch_creator/templates/new-repository-batch.yml rename to .github/workflows/issue-batch-new-repository.yml index 172b235..4c1bce1 100644 --- a/.github/workflows/issue_batch_creator/templates/new-repository-batch.yml +++ b/.github/workflows/issue-batch-new-repository.yml @@ -26,4 +26,4 @@ jobs: with: write: ${{ github.event.inputs.write }} github_token: ${{ env.github_automationbot_token }} - csv_path: .github/workflows/issue_batch_creator/templates/test.csv \ No newline at end of file + csv_path: .github/workflows/issue_batch_templates/test.csv \ No newline at end of file diff --git a/.github/workflows/issue_batch_creator/templates/test.csv b/.github/workflows/issue_batch_templates/test.csv similarity index 100% rename from .github/workflows/issue_batch_creator/templates/test.csv rename to .github/workflows/issue_batch_templates/test.csv