Skip to content

feat(engine): Add new time functions and missing unit tests #1348

feat(engine): Add new time functions and missing unit tests

feat(engine): Add new time functions and missing unit tests #1348

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, edited]
permissions:
contents: read
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}