ci: auto triage issues

This commit is contained in:
Aiden Cline
2025-12-26 14:33:48 -06:00
parent b0c241a59f
commit 1f3129fe96
7 changed files with 181 additions and 63 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module "*.txt" {
const content: string
export default content
}