Skip to content

Commit

Permalink
Merge branch 'master' into feat/panel
Browse files Browse the repository at this point in the history
Signed-off-by: Vidit Kushwaha <[email protected]>
  • Loading branch information
Vidit-Kushwaha authored Jan 11, 2025
2 parents 73b6676 + 37284a3 commit b13ff72
Show file tree
Hide file tree
Showing 29 changed files with 2,582 additions and 41 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/bump-meshery-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,44 @@ jobs:
_This pull request has been auto-generated by [l5io](http://github.com/l5io)_
assignees: l5io
draft: false
bump-layer5:
runs-on: ubuntu-latest
needs: versions-check
steps:
- name: Checkout Layer5 code
uses: actions/checkout@v4
with:
repository: layer5io/layer5
fetch-depth: 1
token: ${{ secrets.RELEASEDRAFTER_PAT }}
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
cache-dependency-path: '**/package-lock.json'
- name: Make changes to pull request
run: npm install @layer5/sistent@${{needs.versions-check.outputs.current}}
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.RELEASEDRAFTER_PAT }}
commit-message: Bump sistent v${{ needs.versions-check.outputs.current }} dependencies
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: true
branch: bump-sistent-bot
delete-branch: true
title: '[Chore]: Bump Sistent v${{ needs.versions-check.outputs.current }}'
add-paths: |
package.json
package-lock.json
body: |
Update to Sistent v${{ needs.versions-check.outputs.current }}
_This pull request has been auto-generated by [l5io](http://github.com/l5io)_
assignees: l5io
draft: false
bump-meshery-cloud:
runs-on: ubuntu-latest
needs: versions-check
Expand Down
Loading

0 comments on commit b13ff72

Please sign in to comment.