From 5cbf2c29cd1cb6406ac96113fc06805723aada5c Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 22:10:54 +0100 Subject: [PATCH] ... --- .gitea/workflows/convert-to-yml.yml | 2 +- tea | Bin 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tea diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 5bbb7e5..ba826bc 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -38,4 +38,4 @@ jobs: 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 }} + ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" diff --git a/tea b/tea old mode 100755 new mode 100644