Skip to content

adding auto updating of pull requests #1

adding auto updating of pull requests

adding auto updating of pull requests #1

name: Pull request update
on:
push:
branches:
- main
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update all pull requests
uses: castastrophe/actions-pr-auto-update
with:
# defaults to github.token
token: ${{ secrets.USER_TOKEN }}
include_drafts: true