From 0ca39df5083f82f7f1e9d305b2e38984074700f0 Mon Sep 17 00:00:00 2001 From: brokensound77 Date: Wed, 17 Mar 2021 19:19:32 -0800 Subject: [PATCH] remove labeler action files --- .github/labeler.yml | 59 ----------------------------------- .github/workflows/labeler.yml | 19 ----------- 2 files changed, 78 deletions(-) delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index ef8bb4e22..000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,59 +0,0 @@ -beats: - - detection_rules/beats.py - - etc/beats_schemas/**/* - -documentation: - - ./**/*.md - -"Domain: Cloud": - - any: ['rules/aws/**/*.toml', 'rules/azure/**/*.toml', 'rules/gcp/**/*.toml', 'rules/google-workspace/**/*.toml', 'rules/microsoft-365/**/*.toml', 'rules/okta/**/*.toml'] - -"Domain: Endpoint": - - any: ['rules/windows/**/*.toml', 'rules/linux/**/*.toml', 'rules/macos/**/*.toml'] - -ecs: - - detection_rules/ecs.py - - etc/ecs_schemas/**/* - -ML: - - rules/ml/**/* - -"OS: Linux": - - rules/linux/**/*.toml - -"OS: macOS": - - rules/macos/**/*.toml - -"OS: Windows": - - rules/windows/**/*.toml - -"Platform: AWS": - - rules/aws/**/*.toml - -"Platform: Azure": - - rules/azure/**/*.toml - -"Platform: GCP": - - rules/gcp/**/*.toml - -"Platform: Google Workspace": - - rules/google-workspace/**/*.toml - -"Platform: Microsoft 365": - - rules/microsoft-365/**/*.toml - -"Platform: Okta": - - rules/okta/**/*.toml - -python: - - detection_rules/**/*.py - -RTA: - - rta/**/* - -"Rule: Deprecation": - - rules/_deprecated/**/* - -# tests -test-suite: - - tests/**/* diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 7c724a62a..000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler - -name: Labeler -on: [pull_request] - -jobs: - label: - - runs-on: ubuntu-latest - - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"