Skip to content

Fix Schedule.cron with infinite TestClock adjustment #18646

Fix Schedule.cron with infinite TestClock adjustment

Fix Schedule.cron with infinite TestClock adjustment #18646

Workflow file for this run

name: Release queue
on:
issue_comment:
types: [created]
pull_request_target:
branches: [main, next-minor, next-major]
push:
branches: [main, next-minor, next-major]
permissions: {}
jobs:
approval-gate:
if: github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
environment: release-queue
steps:
- run: echo "Fork PR approved by maintainer."
update:
needs: [approval-gate]
if: always() && (needs.approval-gate.result == 'success' || needs.approval-gate.result == 'skipped')
name: Update
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.EFFECT_BOT_GH }}
- run: gh pr checkout ${{ github.event.pull_request.number }}
if: github.event.pull_request
env:
GITHUB_TOKEN: ${{ secrets.EFFECT_BOT_GH }}
- uses: tim-smart/next-release-action@main
with:
github_token: ${{ secrets.EFFECT_BOT_GH }}
packages: effect,@effect/platform
git_user: effect-bot
git_email: tech-ops@effectful.co