Skip to content

Commit

Permalink
test bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 17, 2024
1 parent 6417ae4 commit c3e6580
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

github:
description: EventMesh Dashboard
description: Apache EventMesh Dashboard
features:
# Enable issue management
issues: true
Expand Down
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ updates:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
update-types: [ "version-update:semver-major" ]
- package-ecosystem: "npm"
directory: "./eventmesh-dashboard-view"
open-pull-requests-limit: 5
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
# Disable front-end PRs temporarily since 'npm run build' fails
update-types: [ "version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
cache: maven

- name: Build with Maven
run: mvn -B package --file pom.xml
shell: bash
run: ./mvnw -B package --file pom.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EventMesh Dashboard
# Apache EventMesh Dashboard

[🌐 简体中文](README.zh-CN.md)

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EventMesh Dashboard
# Apache EventMesh Dashboard

[🌐 English Version](README.md)

Expand Down

0 comments on commit c3e6580

Please sign in to comment.