Skip to content

Commit 2a9e7da

Browse files
committed
chore(template): sync with dailydevops/template-dotnet [skip ci]
1 parent 643f158 commit 2a9e7da

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/mutation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
# Change the cron expression to your desired schedule. This example runs every Monday and Thursday at 2 AM.
66
- cron: '0 2 * * MON,THU'
7+
timezone: 'Europe/Berlin'
78

89
workflow_dispatch:
910
inputs:

.mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"--prerelease",
1313
"--yes"
1414
]
15+
},
16+
"GitHub.com": {
17+
"type": "http",
18+
"url": "https://api.githubcopilot.com/mcp/"
1519
}
1620
}
1721
}

.vscode/mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"--prerelease",
1313
"--yes"
1414
]
15+
},
16+
"GitHub.com": {
17+
"type": "http",
18+
"url": "https://api.githubcopilot.com/mcp/"
1519
}
1620
}
1721
}

0 commit comments

Comments
 (0)