Skip to content

added test branch

added test branch #8

Workflow file for this run

name: Up to date
on:
push:
branches:
- master
jobs:
updatePullRequests:
runs-on: ubuntu-latest
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@notify-on-error
with:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
REQUIRE_AUTO_MERGE: false