File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55
55
commit-message : ' chore(release): bump package versions'
56
56
branch : ci/bump-packages
57
57
title : ' chore(release): bump package versions'
58
+ labels : no-title-validation
58
59
body : |
59
60
- Bump package versions
Original file line number Diff line number Diff line change @@ -40,14 +40,15 @@ jobs:
40
40
run : |
41
41
node scripts/update-electron.js
42
42
git add .
43
- git commit --no-allow-empty -m "chore: update electron" || true
43
+ git commit --no-allow-empty -m "chore(deps) : update electron" || true
44
44
- name : Create Pull Request
45
45
id : cpr
46
46
uses : peter-evans/create-pull-request@v6
47
47
with :
48
48
token : ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
49
- commit-message : ' chore: update electron'
49
+ commit-message : ' chore(deps) : update electron'
50
50
branch : ci/update-electron
51
- title : ' chore: update electron'
51
+ title : ' chore(deps): update electron'
52
+ labels : no-title-validation
52
53
body : |
53
54
- Update electron
You can’t perform that action at this time.
0 commit comments