Compare commits

..

8 Commits

Author SHA1 Message Date
Aiqiao Yan
921dc8dd24 edit url one more time 2026-06-15 21:41:19 +00:00
Aiqiao Yan
baaeba4a5e update description and url again 2026-06-15 21:07:44 +00:00
Aiqiao Yan
cb140b4908 update readme 2026-06-15 20:16:22 +00:00
Aiqiao Yan
678aa28ba1 update urls 2026-06-15 20:07:36 +00:00
Aiqiao Yan
c2edb9a740 build 2026-06-15 17:26:12 +00:00
Aiqiao Yan
c12eb249cb run prettier formatting 2026-06-15 16:18:29 +00:00
Aiqiao Yan
12a489776f address copilot and reviewer feedback 2026-06-15 16:12:03 +00:00
Aiqiao Yan
b8447332b0 block checking out fork pr for some events 2026-06-12 19:12:01 +00:00
2 changed files with 4 additions and 6 deletions

9
package-lock.json generated
View File

@@ -14,7 +14,6 @@
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"flatted": "^3.4.2",
"uuid": "^9.0.1"
},
"devDependencies": {
@@ -3591,10 +3590,10 @@
}
},
"node_modules/flatted": {
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
"license": "ISC"
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
"integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
"dev": true
},
"node_modules/for-each": {
"version": "0.3.3",

View File

@@ -33,7 +33,6 @@
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"flatted": "^3.4.2",
"uuid": "^9.0.1"
},
"devDependencies": {