This commit is contained in:
2024-12-27 13:37:10 -05:00
parent acd0ad2b43
commit 3f673d2db8
+2 -1
View File
@@ -70,4 +70,5 @@ jobs:
chmod +x /usr/local/bin/tea
echo "Merging PR..."
tea login add --name gitea-rinoa --url ${{ vars.RINOA_GITEA_URL }} --user gitea-sonarqube-bot --password "${{ secrets.BOT_GITEA_PASSWORD }}" --token ${{ secrets.BOT_GITEA_TOKEN }}
tea pr ls --repo ${{ github.repository }} --state open --output csv
pr_index=$(tea pr ls --repo ${{ github.repository }} --state open --output csv | awk -F, '{print $1}' | sed -e 's|"||g')
tea pr m --repo ${{ github.repository }} --title "Auto Merge" --message "Merged by ${{ gitea.actor }}" --output table ${pr_index}