From 4162bdd4afeec5918c7c34fb46a5d92c8343aaf1 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:27:53 +0200 Subject: [PATCH] ci: fix typo in workflow text --- .github/workflows/release-automated-scheduler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-automated-scheduler.yml b/.github/workflows/release-automated-scheduler.yml index 0280e186c7..aa6a60d0a1 100644 --- a/.github/workflows/release-automated-scheduler.yml +++ b/.github/workflows/release-automated-scheduler.yml @@ -35,7 +35,7 @@ jobs: pr_body: | ## Release - This pull request was created, because a new release is due according to the release cycle of this repository. + This pull request was created because a new release is due according to the release cycle of this repository. Just resolve any conflicts and it's good to merge. Any version increment will be done by release automation. *⚠️ Use `Merge commit` to merge this pull request. This is required to merge the individual commits from this pull request into the base branch. Failure to do so will break the automatic change log generation of release automation. Do not use "Squash and merge"!* @@ -67,7 +67,7 @@ jobs: pr_body: | ## Release beta - This pull request was created, because a new release is due according to the release cycle of this repository. + This pull request was created because a new release is due according to the release cycle of this repository. Just resolve any conflicts and it's good to merge. Any version increment will be done by release automation. *⚠️ Use `Merge commit` to merge this pull request. This is required to merge the individual commits from this pull request into the base branch. Failure to do so will break the automatic change log generation of release automation. Do not use "Squash and merge"!*