Files
2025-04-01 15:32:37 -05:00

16 lines
359 B
YAML

name: "Keep PRs Updated from Main"
on:
# disabled on push until testing is complete
# push:
# branches:
# - main
workflow_dispatch:
jobs:
autoupdate:
name: Auto Update PR
runs-on: ubuntu-22.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'