diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 0e64118b69f6..000000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Use this to test the matches: http://www.globtester.com/ - -# Any file within the config subfolder -Config: 'config/**' - -# When the .DME is changed -DME Edit: '**/*.dme' - -# Any .dmi changes -Sprites: '**/*.dmi' - -# Javascript changes -Javascript: '**/*.js' - -# Changes to a .dmm -Map Change: '**/*.dmm' - -# Any changes to .ogg files are marked as sound -Sound: '**/*.ogg' - -# Changes to the SQL subfolder -SQL: 'SQL/**' - -# Encompasses both the tgui and the tgui-next folder -tgui: '{tgui,tgui-next/**}' - -# Changes to the .Github folder -Github: '.github/**' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index c4f361e661f9..000000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: "Pull Request Labeler" -on: -- pull_request - -jobs: - triage: - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"