Skip to content

Commit 0ba3137

Browse files
authored
chore(ci): add no-title-validation label to autogenerated PRs (#6418)
1 parent 39d7222 commit 0ba3137

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jobs:
5555
commit-message: 'chore(release): bump package versions'
5656
branch: ci/bump-packages
5757
title: 'chore(release): bump package versions'
58+
labels: no-title-validation
5859
body: |
5960
- Bump package versions

.github/workflows/update-electron.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ jobs:
4040
run: |
4141
node scripts/update-electron.js
4242
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
4444
- name: Create Pull Request
4545
id: cpr
4646
uses: peter-evans/create-pull-request@v6
4747
with:
4848
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
49-
commit-message: 'chore: update electron'
49+
commit-message: 'chore(deps): update electron'
5050
branch: ci/update-electron
51-
title: 'chore: update electron'
51+
title: 'chore(deps): update electron'
52+
labels: no-title-validation
5253
body: |
5354
- Update electron

0 commit comments

Comments
 (0)