We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643f158 commit 2a9e7daCopy full SHA for 2a9e7da
3 files changed
.github/workflows/mutation.yml
@@ -4,6 +4,7 @@ on:
4
schedule:
5
# Change the cron expression to your desired schedule. This example runs every Monday and Thursday at 2 AM.
6
- cron: '0 2 * * MON,THU'
7
+ timezone: 'Europe/Berlin'
8
9
workflow_dispatch:
10
inputs:
.mcp.json
@@ -12,6 +12,10 @@
12
"--prerelease",
13
"--yes"
14
]
15
+ },
16
+ "GitHub.com": {
17
+ "type": "http",
18
+ "url": "https://api.githubcopilot.com/mcp/"
19
}
20
21
.vscode/mcp.json
0 commit comments