Skip to content

Commit ab6948a

Browse files
committed
Ignore changes to the agents
1 parent cb6df66 commit ab6948a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/agents/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mcp-servers:
55
octopus:
66
type: local
77
command: npx
8-
args: ["-y", "@octopusdeploy/mcp-server", "--api-key", "${{ secrets.OCTOPUS_API_KEY }}", "--server-url", "${{ secrets.OCTOPUS_URL }}"]
8+
args: ["-y", "@octopusdeploy/mcp-server", "--api-key", "${{ secrets.COPILOT_OCTOPUS_API }}", "--server-url", "${{ secrets.COPILOT_OCTOPUS_URL }}"]
99
github:
1010
type: sse
1111
url: "https://api.githubcopilot.com/mcp/"

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ name: Python Build
1818
paths-ignore:
1919
- '.octopus/**'
2020
- 'context/**'
21+
- '.github/agents/**'
2122
schedule:
2223
- cron: '0 0 * * *'
2324
jobs:

0 commit comments

Comments
 (0)