diff --git a/templates/_templating_scripting.py b/templates/_templating_scripting.py index ac98333..f7757eb 100755 --- a/templates/_templating_scripting.py +++ b/templates/_templating_scripting.py @@ -359,7 +359,11 @@ def create_issue(title: str, body: str) -> None: if changed_parent in ( git_root, git_root / "benchmarks", - git_root / "docs" / "src", + ): + candidates_list.append(f"- [ ] `{changed_path}`") + if changed_path in ( + git_root / "docs" / "src" / "conf.py", + git_root / "docs" / "src" / "Makefile", ): candidates_list.append(f"- [ ] `{changed_path}`")