Skip to content

Commit

Permalink
.github: Add labeler configuration and workflow
Browse files Browse the repository at this point in the history
Add configuration and action config for labeler action (automatically
assigns labels to pull requests).

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Dec 28, 2023
1 parent 7385268 commit 3a83547
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
topic/extra:
- chapters/extra/**/*

topic/analysis:
- chapters/binary-analysis/**/*

topic/exploitation:
- chapters/exploitation-techniques/**/*

topic/mitigation:
- chapters/mitigations-and-defensive-strategies/**/*

area/reading:
- '**/reading/*'
- '**/reading/**/*'

area/media:
- '**/media/*'
- '**/media/**/*'

area/slides:
- '**/slides/*'
- '**/slides/**/*'

area/guides:
- '**/guides/*'
- '**/guides/**/*'

area/drills:
- '**/drills/*'
- '**/drills/**/*'

area/projects:
- '**/projects/*'
- '**/projects/**/*'

area/infra:
- 'common/*'
- 'common/**/*'
- 'scripts/*'
- 'scripts/**/*'
- '.github/*'
- '.github/**/*'
- 'Dockerfile'
- 'Makefile'
- 'config.yaml'

0 comments on commit 3a83547

Please sign in to comment.