Skip to content

Commit 7929e69

Browse files
Prajwal1-MicrosoftFr4nc3Pavan1-Microsoft
authored
fix: Removed codfish related pipeline (#2285)
Co-authored-by: Francia Riesco <friesco@microsoft.com> Co-authored-by: Pavan1-Microsoft <v-pavakum@microsoft.com>
1 parent 3e98559 commit 7929e69

2 files changed

Lines changed: 1 addition & 45 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -20,48 +20,3 @@ jobs:
2020
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ github.event.workflow_run.head_sha }}
23-
24-
- uses: codfish/semantic-release-action@v4
25-
id: semantic
26-
with:
27-
tag-format: 'v${version}'
28-
additional-packages: |
29-
['conventional-changelog-conventionalcommits@7']
30-
plugins: |
31-
[
32-
[
33-
"@semantic-release/commit-analyzer",
34-
{
35-
"preset": "conventionalcommits"
36-
}
37-
],
38-
[
39-
"@semantic-release/release-notes-generator",
40-
{
41-
"preset": "conventionalcommits",
42-
"presetConfig": {
43-
"types": [
44-
{ type: 'feat', section: 'Features', hidden: false },
45-
{ type: 'fix', section: 'Bug Fixes', hidden: false },
46-
{ type: 'perf', section: 'Performance Improvements', hidden: false },
47-
{ type: 'revert', section: 'Reverts', hidden: false },
48-
{ type: 'docs', section: 'Other Updates', hidden: false },
49-
{ type: 'style', section: 'Other Updates', hidden: false },
50-
{ type: 'chore', section: 'Other Updates', hidden: false },
51-
{ type: 'refactor', section: 'Other Updates', hidden: false },
52-
{ type: 'test', section: 'Other Updates', hidden: false },
53-
{ type: 'build', section: 'Other Updates', hidden: false },
54-
{ type: 'ci', section: 'Other Updates', hidden: false }
55-
]
56-
}
57-
}
58-
],
59-
'@semantic-release/github'
60-
]
61-
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
- run: echo ${{ steps.semantic.outputs.release-version }}
64-
65-
- run: echo "$OUTPUTS"
66-
env:
67-
OUTPUTS: ${{ toJson(steps.semantic.outputs) }}

code/backend/api/chat_history.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ async def delete_conversation():
293293
await conversation_client.close()
294294

295295
except Exception as e:
296+
# Log the exception and return a generic error message
296297
logger.exception(f"Exception in /history/delete: {e}")
297298
return jsonify({"error": "Error while deleting conversation history"}), 500
298299

0 commit comments

Comments
 (0)