Skip up-to-dates PRs (#17) #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Up to date | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
updatePullRequests: | |
name: Keep PRs up to date | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update all the PRs | |
uses: paritytech/up-to-date-action@main | |
with: | |
GITHUB_TOKEN: ${{ github.token }} |