Skip to content

Auto Update

Auto Update #7813

Workflow file for this run

name: Auto Update
on:
# This will trigger on all pushes to all branches.
workflow_dispatch:
schedule:
- cron: '*/30 * * * *'
push:
branches:
- main
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-22.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PR_FILTER: "auto_merge"
PR_READY_STATE: "ready_for_review"