From dd05b06e54b2b27693bb9eabaa1731cdece37346 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 5 Aug 2024 15:48:53 +0200 Subject: [PATCH] Change PR titles (#981) * Change PR title * Same for init. --- .github/workflows/init.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index 396b141e..898dfe9a 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -66,7 +66,7 @@ jobs: token: ${{ secrets.SYNC_TOKEN }} branch: init-${{ github.event.inputs.org }}-${{ github.event.inputs.repo }} delete-branch: true - title: 🤖 Init ${{ github.event.inputs.org }}/${{ github.event.inputs.repo }} + title: 🤖 Initialize infrastructure updates for ${{ github.event.inputs.org }}/${{ github.event.inputs.repo }} body: | [init.yml]: ${{ github.server_url }}/${{ github.repository }}/blob/main/.github/workflows/init.yml diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e0ff6ac8..926d69ee 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -81,7 +81,7 @@ jobs: token: ${{ secrets.SYNC_TOKEN }} branch: update delete-branch: true - title: 🤖 Update + title: 🤖 Update infrastructure file(s) body: | [update.yml]: ${{ github.server_url }}/${{ github.repository }}/blob/main/.github/workflows/update.yml