From 0404a7a36b15ab18669e3dca15e36b234aa62540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Tue, 2 Apr 2024 12:20:13 -0600 Subject: [PATCH] Use a more descriptive title for the automatic vendor schemas update PR --- .github/workflows/cron.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index 91c39da02..995e07c67 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -26,6 +26,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: + title: 'Update vendored schemas' commit-message: '[vendor-schemas] automated update' branch: vendor-schemas-auto reviewers: sirosen