mirror of
https://github.com/actions/container-action.git
synced 2025-07-30 09:37:41 +00:00
16 lines
420 B
JSON
16 lines
420 B
JSON
{
|
|
"github.copilot.chat.reviewSelection.instructions": [
|
|
{
|
|
"text": "Review the code changes carefully before accepting them."
|
|
}
|
|
],
|
|
"github.copilot.chat.commitMessageGeneration.instructions": [
|
|
{
|
|
"text": "Use conventional commit message format."
|
|
}
|
|
],
|
|
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
|
|
{ "text": "Always include a list of key changes." }
|
|
]
|
|
}
|