Skip to content

Update workers_and_threads.md #18

Update workers_and_threads.md

Update workers_and_threads.md #18

Workflow file for this run

name: Update branch
on:
pull_request
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: "Update PR Branch"
uses: adRise/[email protected]
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
base: 'main'
required_approval_count: 0
require_passed_checks: false
sort: 'created'
direction: 'desc'
require_auto_merge_enabled: true