Skip to content

Update README.md

Update README.md #44

Workflow file for this run

name: Autoupdate PRs
on:
push: {}
pull_request:
types:
- labeled
jobs:
autoupdate:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_FILTER: labelled
PR_LABELS: autoupdate
MERGE_CONFLICT_ACTION: ignore