Skip to content

chore(main): release 0.64.0 (#555) #211

chore(main): release 0.64.0 (#555)

chore(main): release 0.64.0 (#555) #211

Workflow file for this run

name: Auto-update
# Auto-update only listens to `push` events.
# If a pull request is already outdated when enabling auto-merge, manually click on the "Update branch" button a first time to avoid having to wait for another commit to land on the base branch for the pull request to be updated.
# on: push
# If pull requests are always based on the same branches, only triggering the workflow when these branches receive new commits will minimize the workflow execution.
on:
push:
branches:
- main
jobs:
Auto:
name: Auto-update
runs-on: ubuntu-22.04
steps:
- uses: tibdex/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}