[WIP] Fix compatibility issues in FUNDING.yml#235
Conversation
joe10832
left a comment
There was a problem hiding this comment.
@copilot <issue_title>COMPATIBILITY.md/.github/FUNDING.yml @copilot</issue_title>
<issue_description>COMPATIBILITY.md/.github/FUNDING.yml @copilot
Originally posted by @joe10832 in #222 (review)
</issue_description>
<agent_instructions>docker/copilot-issues#57</agent_instructions>
Comments on the Issue (you are @copilot in this section{
"mcp": {
"inputs": [
{
"type": "promptString",
"id": "github_token",
"description": "GitHub Personal Access Token",
"password": true
}
],
"servers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}"
}
}
}
}
}"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"-e",
"GITHUB_HOST",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}",
"GITHUB_HOST": "https://"
}
}
|
@copilot <issue_title>COMPATIBILITY.md/.github/FUNDING.yml @copilot</issue_title> Originally posted by @joe10832 in #222 (review) <agent_instructions>docker/copilot-issues#57</agent_instructions> Comments on the Issue (you are @copilot in this section |
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.
Original prompt
Fixes #234
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.