Skip to content

Commit

Permalink
workflows: Update labeler.yml with accurate labels
Browse files Browse the repository at this point in the history
The labels have been added to
https://github.com/cs-pub-ro/hardware-software-interface/labels.

Signed-off-by: Teodor Dutu <[email protected]>
  • Loading branch information
teodutu committed Mar 5, 2024
1 parent cc014bf commit 4241b7e
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
topic/template-chapter:
- chapters/template-chapter/**/*
topic/hardware-software-interface:
- chapters/hardware-software-interface/**/*

topic/another-chapter:
- chapters/another-chapter/**/*
topic/intro-computer-architecture:
- chapters/intro-computer-architecture/**/*

topic/memory-layout:
- chapters/memory-layout/**/*

topic/memory-security:
- chapters/memory-security/**/*

topic/stack:
- chapters/stack/**/*

area/reading:
- '**/reading/*'
Expand All @@ -20,9 +29,13 @@ area/guides:
- '**/guides/*'
- '**/guides/**/*'

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

area/questions:
- '**/questions/*'
- '**/questions/**/*'

area/projects:
- '**/projects/*'
Expand Down

0 comments on commit 4241b7e

Please sign in to comment.