diff --git a/.github/workflows/android_build_and_deploy.yaml b/.github/workflows/android_build_and_deploy.yaml index 0f92b85f..9c759360 100644 --- a/.github/workflows/android_build_and_deploy.yaml +++ b/.github/workflows/android_build_and_deploy.yaml @@ -121,6 +121,10 @@ jobs: --title "$commit_message" \ --body "Bumps the app version after the production Play Store release.") + gh pr review "$pr_url" \ + --approve \ + --body "Automated approval for version bump after production release." + gh pr merge "$pr_url" \ --squash \ --delete-branch \