Skip to content

feat: rename client.schedule(..) to clarify hidden behavior where nothing is scheduled if the instance already exists #194

feat: rename client.schedule(..) to clarify hidden behavior where nothing is scheduled if the instance already exists

feat: rename client.schedule(..) to clarify hidden behavior where nothing is scheduled if the instance already exists #194

Workflow file for this run

name: "Validate PR title"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}