implementing FedHT as a custom aggregation strategy; required new fed… #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |