From e94e4941cebc7f774e01e477f6e66bcc72242e45 Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 20:43:49 +0100 Subject: [PATCH] thisone --- .gitea/workflows/convert-to-yml.yml | 32 +++++++++-------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index c2c2770..5373754 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -29,29 +29,17 @@ jobs: ls git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" + git checkout -b ${{ env.PRODUCTION_BRANCH }} git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - - name: create pull request - uses: peter-evans/create-pull-request@v5 + - name: Create Pull Request + uses: peter-evans/create-pull-request@v4 with: - #token: ${{ secrets.PAT }} - commit-message: Update report - committer: GitHub - author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> - signoff: false - branch: master - base: ${{ env.PRODUCTION_BRANCH }} - delete-branch: true - title: '[Example] Update report' - body: | - Update report - - Updated with *today's* date - - Auto-generated by [create-pull-request][1] - - [1]: https://github.com/peter-evans/create-pull-request - labels: | - report - automated pr - milestone: 1 - draft: false + commit-message: Cloud - Update available list + title: Cloud - Update available list + body: Cloud - Update available list + base: main + labels: automated-pr, Clouds & Regions + branch: ${{ env.PRODUCTION_BRANCH }} + delete-branch: true \ No newline at end of file