Skip to content

Created base action (#5) #3

Created base action (#5)

Created base action (#5) #3

Workflow file for this run

name: Up to date
on:
push:
branches:
- 'main'
jobs:
updatePullRequests:
runs-on: ubuntu-latest
steps:
- name: Update all the PRs
uses: paritytech/up-to-date-action@main
with:
GITHUB_TOKEN: ${{ github.token }}