-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: crdt type create & convert (#461)
* feat: add convert for any * chore: disable add to project action * feat: add content convert & sub array support * feat: fix item ref for ytype * fix: test case * chore: cleanup type convertor
- Loading branch information
1 parent
6b584a2
commit 4273316
Showing
11 changed files
with
286 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
name: Add to GitHub projects | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
pull_request_target: | ||
types: | ||
- opened | ||
- reopened | ||
# on: | ||
# issues: | ||
# types: | ||
# - opened | ||
# pull_request_target: | ||
# types: | ||
# - opened | ||
# - reopened | ||
|
||
jobs: | ||
add-to-project: | ||
name: Add issues and pull requests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
# You can target a repository in a different organization | ||
# to the issue | ||
project-url: https://github.com/orgs/toeverything/projects/10 | ||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | ||
# labeled: bug, needs-triage | ||
# label-operator: OR | ||
add-to-project: | ||
name: Add issues and pull requests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
# You can target a repository in a different organization | ||
# to the issue | ||
project-url: https://github.com/orgs/toeverything/projects/10 | ||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | ||
# labeled: bug, needs-triage | ||
# label-operator: OR |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4273316
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
octobase – ./
octobase.vercel.app
octobase-git-master-toeverything.vercel.app
octobase-toeverything.vercel.app
octobase.pro
crdts.cloud