Skip to content

Fix the rendering of math in baselines docs (#2579) #42

Fix the rendering of math in baselines docs (#2579)

Fix the rendering of math in baselines docs (#2579) #42

Workflow file for this run

name: PR update
on:
push:
branches:
- 'main'
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update mergeable PRs
uses: adRise/[email protected]
with:
token: ${{ secrets.FLWRMACHINE_TOKEN }}
base: 'main'
required_approval_count: 1
require_passed_checks: true
sort: 'created'
direction: 'desc'