From 633bae4277c15ae21b53620a33317864247914a5 Mon Sep 17 00:00:00 2001 From: removedporn <86824510+removedporn@users.noreply.github.com> Date: Wed, 31 May 2023 23:42:44 +0800 Subject: [PATCH] Delete .github directory --- .github/CODEOWNERS | 3 --- .github/ISSUE_TEMPLATE.md | 34 -------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 1 - .github/workflows/main.yml | 12 ----------- 4 files changed, 50 deletions(-) delete mode 100644 .github/CODEOWNERS delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/workflows/main.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 97f37e0..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# Codeowners for these exercise files: -# * (asterisk) deotes "all files and folders" -# Example: * @producer @instructor diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 20ff87d..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,34 +0,0 @@ - - -## Issue Overview - - -## Describe your environment - - -## Steps to Reproduce - -1. -2. -3. -4. - -## Expected Behavior - - -## Current Behavior - - -## Possible Solution - - -## Screenshots / Video - - -## Related Issues - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6ae59ec..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 1732566..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Copy To Branches -on: - workflow_dispatch: -jobs: - copy-to-branches: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Copy To Branches Action - uses: planetoftheweb/copy-to-branches@v1