Skip to content

Commit

Permalink
.github: Update labeler config
Browse files Browse the repository at this point in the history
Update labeler configuration to the structure / contents of the
oer-template repository. Before this, it was a copy of the CCAS labeler
configuration.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Dec 27, 2023
1 parent c3f577e commit 35b484b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
topic/functions:
- chapters/functions/**/*
topic/template-chapter:
- chapters/template-chapter/**/*

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

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

topic/vectors-matrix:
- chapters/vectors-matrix-ops/**/*
topic/another-chapter:
- chapters/another-chapter/**/*

area/reading:
- '**/reading/*'
Expand All @@ -35,5 +29,10 @@ area/projects:
- '**/projects/**/*'

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

0 comments on commit 35b484b

Please sign in to comment.