From 7142c1354af84ea2009df928339b124e56cc5667 Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 21:11:06 +0100 Subject: [PATCH] here --- .gitea/workflows/convert-to-yml.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index fa4b2a2..71c2e81 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -33,6 +33,15 @@ jobs: git add -A git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} + - uses: quangvo09/pull-request-action@v1 + name: Create PR to develop + with: + #github_token: ${{ secrets.GITHUB_TOKEN }} + branch_prefix: hotfix + base_branch: master + labels: hotfix,develop + assignees: quangvo09 + reviewers: quangvo09 - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: