From e59c661dbbab4628a2f99e159503355ae5782012 Mon Sep 17 00:00:00 2001 From: WoLfulus Date: Thu, 28 Sep 2023 17:16:07 -0300 Subject: [PATCH] workflow updates --- .github/workflows/check-for-updates.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-for-updates.yaml b/.github/workflows/check-for-updates.yaml index 4bcee60..f1c35d4 100644 --- a/.github/workflows/check-for-updates.yaml +++ b/.github/workflows/check-for-updates.yaml @@ -22,7 +22,9 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: - title: Directs updates + title: New Directus version available + committer: Black Rabbit + commit-message: add new directus version branch: automation/auto-update branch-suffix: timestamp delete-branch: true