Taking out merge pause.

This commit is contained in:
2025-01-14 10:49:13 -05:00
parent d612b3d9c1
commit b56a0eec39
+1
View File
@@ -28,6 +28,7 @@ jobs:
tea login default gitea-rinoa
echo "Checking if PR exists for ${{ github.ref_name }}"
pr_state=$(tea pr ls --repo ${{ github.repository }} --state open --fields index,title,head,state --output csv | egrep ${{ gitea.ref_name }} | awk -F, '{print $4}' | sed -e 's|"||g')
echo "PR state: ${pr_state}"
if [ "${pr_state}" != 'open' ]; then
echo "PR does not exist, creating..."
tea pr c -r "${{ github.repository }}" -t "Automated PR for ${{ github.ref_name }}" -d "Automated PR for ${{ github.ref_name }}"