diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 0a024f0..5bbb7e5 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -34,23 +34,8 @@ jobs: git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - name: download tea! - run: curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea - - 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: - commit-message: Cloud - Update available list - title: Cloud - Update available list - body: Cloud - Update available list - base: origin/master - labels: automated-pr, Clouds & Regions - branch: ${{ env.PRODUCTION_BRANCH }} - delete-branch: false + run: | + curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea + chmod +x ./tea + ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} + ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} diff --git a/tea b/tea new file mode 100755 index 0000000..71f639b Binary files /dev/null and b/tea differ