From 826ed9960a8d17b641b40b2bab1a49ae0080638b Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Tue, 29 Oct 2024 16:01:30 +0100 Subject: [PATCH] chore(ci): add no-title-validation label to autogenerated PRs --- .github/workflows/bump-packages.yaml | 1 + .github/workflows/update-electron.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-packages.yaml b/.github/workflows/bump-packages.yaml index 1fe9cfc428f..87d62542842 100644 --- a/.github/workflows/bump-packages.yaml +++ b/.github/workflows/bump-packages.yaml @@ -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 diff --git a/.github/workflows/update-electron.yaml b/.github/workflows/update-electron.yaml index 5edb15632db..89d25c81b62 100644 --- a/.github/workflows/update-electron.yaml +++ b/.github/workflows/update-electron.yaml @@ -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