diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml deleted file mode 100644 index 9d15b0a..0000000 --- a/.github/workflows/changelog.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: changelog - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled] - -jobs: - changelog: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: dangoslen/changelog-enforcer@v2 - with: - changeLogPath: 'CHANGELOG.md' - skipLabels: 'Skip-Changelog' diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index b54bc6a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,6 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - -## Unreleased -### Fixed -- Fix imposter not seeing their teammates \ No newline at end of file