Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2024-07-23 15:04:10 -07:00
committed by GitHub
2 changed files with 39 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
Detections:
- changed-files:
- any-glob-to-any-file:
- detections/**
- dev/**
Stories:
- changed-files:
- any-glob-to-any-file: stories/*
Playbooks:
- changed-files:
- any-glob-to-any-file: playbooks/*
Macros:
- changed-files:
- any-glob-to-any-file: macros/*
Lookups:
- changed-files:
- any-glob-to-any-file: lookups/*
+18
View File
@@ -0,0 +1,18 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: "splunk/security_content"
- uses: actions/labeler@v5
with:
sync-labels: true
configuration-path: '.github/labeler.yml'