fix(deps): update react monorepo to v19 (major) #4121
This file contains 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: Merge Gatekeeper | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
merge-gatekeeper: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run Merge Gatekeeper | |
uses: upsidr/merge-gatekeeper@09af7a82c1666d0e64d2bd8c01797a0bcfd3bb5d # v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
interval: 60 | |
timeout: 3600 # 60-minute timeout |