feat: Add removal of old search APIs to 33 migration guide #17112
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: AutoMerge Transifex Pull Requests | |
| on: | |
| pull_request: | |
| jobs: | |
| approve: | |
| runs-on: ubuntu-latest | |
| name: Approve | |
| steps: | |
| - uses: hmarr/auto-approve-action@v4.0.0 | |
| if: github.actor == 'transifex-integration[bot]' | |
| with: | |
| github-token: "${{ secrets.GITHUB_TOKEN }}" | |
| automerge: | |
| runs-on: ubuntu-latest | |
| name: Auto-merge | |
| needs: approve | |
| steps: | |
| - uses: pascalgn/automerge-action@v0.16.4 | |
| if: github.actor == 'transifex-integration[bot]' | |
| env: | |
| GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
| MERGE_LABELS: "" | |
| MERGE_RETRIES: 10 | |
| MERGE_RETRY_SLEEP: 120000 |