From 2696eea6975dad75d03118d7edc305dbf70b3a6b Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 20:56:23 +0100 Subject: [PATCH] . --- .gitea/workflows/convert-to-yml.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 4859d85..d2c11c5 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -42,4 +42,14 @@ jobs: base: ${{ env.PRODUCTION_BRANCH }} labels: automated-pr, Clouds & Regions branch: master + delete-branch: false + - name: Create Pull Request2 + uses: peter-evans/create-pull-request@v4 + with: + commit-message: Cloud - Update available list + title: Cloud - Update available list + body: Cloud - Update available list + base: ${{ github.ref_name }} + labels: automated-pr, Clouds & Regions + branch: another delete-branch: false \ No newline at end of file