Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Nov 15, 2023
2 parents 331aef8 + 88977cb commit 792fc22
Show file tree
Hide file tree
Showing 461 changed files with 11,451 additions and 6,165 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ updates:
patterns:
- "tonic*"
- "prost*"
mysql:
patterns:
- "mysql_common"
- "mysql_async"
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Please explain **IN DETAIL** what the changes are in this PR and why they are ne

- [ ] I have written necessary rustdoc comments
- [ ] I have added necessary unit tests and integration tests
- [ ] I have added test labels as necessary. See [details](https://github.com/risingwavelabs/risingwave/blob/main/docs/developer-guide.md#ci-labels-guide).
- [ ] I have added fuzzing tests or opened an issue to track them. (Optional, recommended for new SQL features #7934).
- [ ] My PR contains breaking changes. (If it deprecates some features, please create a tracking issue to remove them in the future).
- [ ] All checks passed in `./risedev check` (or alias, `./risedev c`)
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/dashboard_main.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Dashboard (main)
on:
push:
branches: [ main ]
paths: [ dashboard/** ]
branches: [main]
paths: [dashboard/**, proto/**]
workflow_dispatch:
jobs:
dashboard-ui-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '18'
node-version: "18"
- uses: arduino/setup-protoc@v1
with:
version: "3.x"
Expand Down
Loading

0 comments on commit 792fc22

Please sign in to comment.