From f25c255a66292de0f60ea5f44cfb4da767576fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Sat, 17 Dec 2022 22:32:42 +0100 Subject: [PATCH] Adjusting readme filter. --- .github/calculate_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/calculate_db.py b/.github/calculate_db.py index 31bdc1035..b50592118 100755 --- a/.github/calculate_db.py +++ b/.github/calculate_db.py @@ -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':