From ae37321e91e65f3b3f145085659bf085b27588a8 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 31 Aug 2025 08:08:07 -0400 Subject: [PATCH] Forgot to add bot as collaborator --- .gitea/workflows/gitea_tar-valon_ansible_deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml index 7bc232c..a816355 100644 --- a/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml +++ b/.gitea/workflows/gitea_tar-valon_ansible_deploy.yml @@ -46,11 +46,7 @@ jobs: continue-on-error: true run: | tea login add --name gitea-rinoa --url "${{ secrets.TV_GITEA_URL }}" --user gitea-sonarqube-bot --password "${{ secrets.BOT_GITEA_PASSWORD }}" --token ${{ secrets.BOT_GITEA_TOKEN }} - tea pr list --repo ${{ github.repository }} --state all - tea pr list --repo ${{ github.repository }} --state open --fields index,title,head | egrep '\[ANSIBLE\].*${{ github.ref_name }}' - echo "Checking for PR..." pr_exists=$(tea pr list --repo ${{ github.repository }} --state open --fields index,title,head | egrep '\[ANSIBLE\].*${{ github.ref_name }}' | tail -1 | wc -l) - echo "End of check" echo "exists=$pr_exists" >> $GITHUB_OUTPUT - name: Create PR