Skip to content

Keep im-online events decodable after pallet removal (#235) #5

Keep im-online events decodable after pallet removal (#235)

Keep im-online events decodable after pallet removal (#235) #5

Workflow file for this run

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