Skip to content

Commit

Permalink
Merge branch 'jupyterlab:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
markqiu authored Nov 28, 2023
2 parents dabe6fc + 6ba2c28 commit 44565e9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 693 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
name: Check Release

on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
release:
types: [published]
schedule:
- cron: "0 0 * * *"

jobs:
check_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Checkout code
uses: actions/checkout@v3

- name: Setup environment
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.11.x"

- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version_spec: minor


- name: Runner debug info
if: always()
run: |
Expand Down
1 change: 0 additions & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"@jupyterlab/cells": "^4",
"@jupyterlab/codeeditor": "^4",
"@jupyterlab/codemirror": "^4",
"@jupyterlab/collaboration": "^3",
"@jupyterlab/coreutils": "^6",
"@jupyterlab/fileeditor": "^4",
"@jupyterlab/notebook": "^4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function ExistingApiKey(props: ExistingApiKeyProps) {
}, [input]);

const onError = useCallback(
emsg => {
(emsg: string) => {
props.alert.show('error', emsg);
},
[props.alert]
Expand Down
Loading

0 comments on commit 44565e9

Please sign in to comment.