Skip to content

Commit d8b3ed0

Browse files
committed
Update CI fixer workflow to use cicd-repair agent for improved error handling
1 parent 1927f02 commit d8b3ed0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

.github/workflows/copilot-ci-fix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflows: ['*'] # All workflow failures
44
types: [completed]
55

6-
permissions: write-all
6+
permissions: write-all # We need workflow: write
77

88
jobs:
99
ci-failure:
@@ -28,7 +28,7 @@ jobs:
2828
}
2929
}
3030
}
31-
agent: ci-fixer
31+
agent: cicd-repair
3232
prompt: |
3333
The GitHub Actions workflow run failed.
3434
Please analyze the failure and suggest a fix.

0 commit comments

Comments
 (0)