Skip to content

ci(framework) Add FAB build/install test (#4314) #1295

ci(framework) Add FAB build/install test (#4314)

ci(framework) Add FAB build/install test (#4314) #1295

Workflow file for this run

name: PR update
on:
push:
branches:
- 'main'
jobs:
autoupdate:
runs-on: ubuntu-22.04
steps:
- name: Automatically update mergeable PRs
uses: adRise/update-pr-branch@cd305ecbd76bf63056c9400ce2c725293fc3e0c0 # v0.7.0
with:
token: ${{ secrets.FLWRMACHINE_TOKEN }}
base: 'main'
required_approval_count: 1
require_passed_checks: true
sort: 'created'
direction: 'desc'