Skip to content

Ask for Schema implementation of the Standard Schema spec to unlock integrations with OpenAuth and Hono Middleware #10046

Ask for Schema implementation of the Standard Schema spec to unlock integrations with OpenAuth and Hono Middleware

Ask for Schema implementation of the Standard Schema spec to unlock integrations with OpenAuth and Hono Middleware #10046

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:
update:
if: github.repository_owner == 'Effect-Ts'
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: [email protected]