[ANSIBLE] Automated PR for swag-config-additions_2025-08-31T07-14-27 - #2 #2

Merged
gitea-sonarqube-bot merged 19 commits from swag-config-additions_2025-08-31T07-14-27 into main 2025-08-31 09:54:15 -04:00
Showing only changes of commit b4a1390410 - Show all commits
@@ -48,7 +48,9 @@ jobs:
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