Files
Zero/.github/workflows
BlankParticle a6ec63a06c chore: add auto merge CI (#1155)
Added a GitHub workflow to automatically deploy to production when staging PRs are approved by MrgSub.

Created a new GitHub workflow file `.github/workflows/auto-merge-prod.yml` that:
- Triggers when a pull request is approved
- Checks if the PR is from staging to main and was approved by MrgSub
- Automatically rebases main on staging
- Pushes the changes to main if the rebase is successful

1. Create a PR from staging to main
2. Have the GitHub user MrgSub approve the PR
3. Verify that the workflow runs and successfully rebases main on staging

To streamline the deployment process to production by automating the merge from staging to main when approved by the designated reviewer. This reduces manual steps and potential human error during the deployment process.

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

- **Chores**
  - Introduced a new automated workflow to deploy changes to production when specific pull requests are approved. This streamlines the release process and ensures only approved updates are merged and deployed.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-05-30 13:27:50 +05:30
..