Skip to content

ci(framework:skip) Update PyLint to 3.2.7 (#3990) #1303

ci(framework:skip) Update PyLint to 3.2.7 (#3990)

ci(framework:skip) Update PyLint to 3.2.7 (#3990) #1303

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'