Skip to content

Commit

Permalink
.github/labeler: Update to new structure
Browse files Browse the repository at this point in the history
Update configuration for labeler workflow to the new repository
structure (following the Open Education Hub methodology).

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand authored and teodutu committed Dec 25, 2023
1 parent 6c1a094 commit c43e11a
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,39 @@
topic/functions:
- content/chapters/functions/**/*
- chapters/functions/**/*

topic/multivar-power:
- content/chapters/multivariate-to-power/**/*
- chapters/multivariate-to-power/**/*

topic/numbers-indices:
- content/chapters/numbers-to-indices/**/*
- chapters/numbers-to-indices/**/*

topic/vectors-matrix:
- content/chapters/vectors-matrix-ops/**/*
- chapters/vectors-matrix-ops/**/*

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

area/content:
- '*.md'
area/media:
- '**/media/*'
- '**/media/**/*'
- '**/*.mdpp'

area/code:
- '**/lab/support/**/*'
- '**/lab/solution/**/*'
- '**/lecture/demo/**/*'
area/slides:
- '**/slides/*'
- '**/slides/**/*'

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

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

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

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

area/assignment:
- content/assignments/**/*

0 comments on commit c43e11a

Please sign in to comment.