Skip to content

Commit

Permalink
Branch was auto-updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 23, 2024
2 parents 9fdca23 + 625fc37 commit adcbd96
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 18 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit adcbd96

Please sign in to comment.