Skip to content

Update workers_and_threads.md #6

Update workers_and_threads.md

Update workers_and_threads.md #6

name: Enable auto merge
on:
pull_request
permissions:
contents: write
pull-requests: write
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Enable automerge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}