From c1417b3098bccfe91cfd3967435d2cfedbd4c3d3 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Thu, 11 Jan 2024 12:08:43 +0000 Subject: [PATCH] rename --- .../.venv/.gitkeep | 0 .../Pipfile | 0 .../Pipfile.lock | 0 .../__main__.py | 0 ...uton-agreement.yaml => notify-new-contribution-agreement.yaml} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename .github/scripts/python/{notify-new-contributon-agreement => notify-new-contribution-agreement}/.venv/.gitkeep (100%) rename .github/scripts/python/{notify-new-contributon-agreement => notify-new-contribution-agreement}/Pipfile (100%) rename .github/scripts/python/{notify-new-contributon-agreement => notify-new-contribution-agreement}/Pipfile.lock (100%) rename .github/scripts/python/{notify-new-contributon-agreement => notify-new-contribution-agreement}/__main__.py (100%) rename .github/workflows/{notify-new-contributon-agreement.yaml => notify-new-contribution-agreement.yaml} (100%) diff --git a/.github/scripts/python/notify-new-contributon-agreement/.venv/.gitkeep b/.github/scripts/python/notify-new-contribution-agreement/.venv/.gitkeep similarity index 100% rename from .github/scripts/python/notify-new-contributon-agreement/.venv/.gitkeep rename to .github/scripts/python/notify-new-contribution-agreement/.venv/.gitkeep diff --git a/.github/scripts/python/notify-new-contributon-agreement/Pipfile b/.github/scripts/python/notify-new-contribution-agreement/Pipfile similarity index 100% rename from .github/scripts/python/notify-new-contributon-agreement/Pipfile rename to .github/scripts/python/notify-new-contribution-agreement/Pipfile diff --git a/.github/scripts/python/notify-new-contributon-agreement/Pipfile.lock b/.github/scripts/python/notify-new-contribution-agreement/Pipfile.lock similarity index 100% rename from .github/scripts/python/notify-new-contributon-agreement/Pipfile.lock rename to .github/scripts/python/notify-new-contribution-agreement/Pipfile.lock diff --git a/.github/scripts/python/notify-new-contributon-agreement/__main__.py b/.github/scripts/python/notify-new-contribution-agreement/__main__.py similarity index 100% rename from .github/scripts/python/notify-new-contributon-agreement/__main__.py rename to .github/scripts/python/notify-new-contribution-agreement/__main__.py diff --git a/.github/workflows/notify-new-contributon-agreement.yaml b/.github/workflows/notify-new-contribution-agreement.yaml similarity index 100% rename from .github/workflows/notify-new-contributon-agreement.yaml rename to .github/workflows/notify-new-contribution-agreement.yaml