File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,44 @@ jobs:
100
100
_This pull request has been auto-generated by [l5io](http://github.com/l5io)_
101
101
assignees : l5io
102
102
draft : false
103
+ bump-layer5 :
104
+ runs-on : ubuntu-latest
105
+ needs : versions-check
106
+ steps :
107
+ - name : Checkout Layer5 code
108
+ uses : actions/checkout@v4
109
+ with :
110
+ repository : layer5io/layer5
111
+ fetch-depth : 1
112
+ token : ${{ secrets.RELEASEDRAFTER_PAT }}
113
+ - uses : actions/setup-node@v4
114
+ with :
115
+ node-version : 18
116
+ cache : " npm"
117
+ cache-dependency-path : ' **/package-lock.json'
118
+ - name : Make changes to pull request
119
+ run : npm install @layer5/sistent@${{needs.versions-check.outputs.current}}
120
+ - name : Create Pull Request
121
+ id : cpr
122
+ uses : peter-evans/create-pull-request@v7
123
+ with :
124
+ token : ${{ secrets.RELEASEDRAFTER_PAT }}
125
+ commit-message : Bump sistent v${{ needs.versions-check.outputs.current }} dependencies
126
+ committer : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
127
+ author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
128
+ signoff : true
129
+ branch : bump-sistent-bot
130
+ delete-branch : true
131
+ title : ' [Chore]: Bump Sistent v${{ needs.versions-check.outputs.current }}'
132
+ add-paths : |
133
+ package.json
134
+ package-lock.json
135
+ body : |
136
+ Update to Sistent v${{ needs.versions-check.outputs.current }}
137
+
138
+ _This pull request has been auto-generated by [l5io](http://github.com/l5io)_
139
+ assignees : l5io
140
+ draft : false
103
141
bump-meshery-cloud :
104
142
runs-on : ubuntu-latest
105
143
needs : versions-check
You can’t perform that action at this time.
0 commit comments