Skip to content

added cmd-action

added cmd-action #19

Workflow file for this run

name: Up to date
on:
push:
branches:
- master
jobs:
updatePullRequests:
runs-on: ubuntu-latest
name: Keep PRs up to date
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
- name: Update all the PRs
uses: paritytech/up-to-date-action@main
with:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
REQUIRE_AUTO_MERGE: false