Skip to content

Commit

Permalink
scripts: pygit2_helpers: track documentation, testing zephyr areas
Browse files Browse the repository at this point in the history
The catch-all 'Other' area was just way too big in the
get_pulls_in_range results for the last upmerge.

Split things up a bit more to make life easier for the person who
handles this area in the documentation.

Signed-off-by: Martí Bolívar <[email protected]>
  • Loading branch information
mbolivar-nordic authored and jfischer-no committed Aug 27, 2021
1 parent 2717e7d commit 70f114c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pygit2_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ def commit_affects_files(commit, files):
AREAS_NCS_SUBSET = set([
'Bluetooth',
'Devicetree',
'Documentation',
'Drivers',
'Kernel',
'Networking',
'Testing',
# Keep this list sorted alphabetically.
])

Expand Down

0 comments on commit 70f114c

Please sign in to comment.