mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Adjusting readme filter.
This commit is contained in:
2
.github/calculate_db.py
vendored
2
.github/calculate_db.py
vendored
@@ -262,7 +262,7 @@ class Tags:
|
||||
self._append(result, self._use_term('bios'))
|
||||
elif second_level not in ['palettes'] and suffix != '.rbf' and suffix != '.mra':
|
||||
self._append(result, self._use_term('extra-utilities'))
|
||||
elif parent == 'docs':
|
||||
elif parent == 'docs' and 'readme' in stem:
|
||||
self._append(result, self._use_term('readme'))
|
||||
|
||||
elif parent == 'cheats':
|
||||
|
||||
Reference in New Issue
Block a user