remove labeler action files

This commit is contained in:
brokensound77
2021-03-17 19:19:32 -08:00
parent 8e12fe7136
commit 0ca39df508
2 changed files with 0 additions and 78 deletions
-59
View File
@@ -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/**/*
-19
View File
@@ -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 }}"