Merge branch 'main' into feat/mcp-apps-renderer

This commit is contained in:
Yann Jouanin
2026-09-11 00:10:32 +02:00
committed by GitHub
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Read the Documentation
url: https://docs.copilot.ai
-1
View File
@@ -1 +0,0 @@
Please describe your issue in as much detail as possible
+3
View File
@@ -4,6 +4,9 @@ export default defineConfig({
test: {
environment: "node",
globals: true,
// Removing filesystem/git fixtures can exceed 10s on busy CI runners.
// Match the 30s budget used by the release integration tests.
hookTimeout: 30_000,
include: [
"scripts/release/lib/**/*.{test,spec}.ts",
"scripts/release/__tests__/**/*.{test,spec}.ts",