fix: update Railway healthcheck to use /api/monitoring/health endpoint #3
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: Codex PR Review | |
| # on: | |
| # pull_request: | |
| # types: [opened, synchronize] | |
| # jobs: | |
| # request-codex-review: | |
| # runs-on: ubuntu-latest | |
| # permissions: | |
| # pull-requests: write | |
| # steps: | |
| # - name: Request Codex Review | |
| # uses: actions/github-script@v8 | |
| # with: | |
| # script: | | |
| # await github.rest.issues.createComment({ | |
| # owner: context.repo.owner, | |
| # repo: context.repo.repo, | |
| # issue_number: context.payload.pull_request.number, | |
| # body: '@codex review' | |
| # }); |