Skip to content

Bump up the FDS library version (#2606) #66

Bump up the FDS library version (#2606)

Bump up the FDS library version (#2606) #66

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'