Skip to content

Commit

Permalink
chore(ci): add no-title-validation label to autogenerated PRs (#6418)
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup authored Oct 29, 2024
1 parent 39d7222 commit 0ba3137
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
commit-message: 'chore(release): bump package versions'
branch: ci/bump-packages
title: 'chore(release): bump package versions'
labels: no-title-validation
body: |
- Bump package versions
7 changes: 4 additions & 3 deletions .github/workflows/update-electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ jobs:
run: |
node scripts/update-electron.js
git add .
git commit --no-allow-empty -m "chore: update electron" || true
git commit --no-allow-empty -m "chore(deps): update electron" || true
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
commit-message: 'chore: update electron'
commit-message: 'chore(deps): update electron'
branch: ci/update-electron
title: 'chore: update electron'
title: 'chore(deps): update electron'
labels: no-title-validation
body: |
- Update electron

0 comments on commit 0ba3137

Please sign in to comment.