diff --git a/.github/copilot/settings.json b/.github/copilot/settings.json new file mode 100644 index 000000000..d0cc4270f --- /dev/null +++ b/.github/copilot/settings.json @@ -0,0 +1,13 @@ +{ + "extraKnownMarketplaces": { + "agent-skills": { + "source": { + "source": "github", + "repo": "github/agent-skills" + } + } + }, + "enabledPlugins": { + "assign-issue-to-copilot@agent-skills": true + } +}