mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -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/*
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user