Skip to content

Kusama: remove migrations applied by spec_version: 1_000_000 #114

Kusama: remove migrations applied by spec_version: 1_000_000

Kusama: remove migrations applied by spec_version: 1_000_000 #114

Workflow file for this run

name: Auto Merge Bot
on:
# GitHub considers PRs as issues
issue_comment:
types: [created]
env: master

Check failure on line 8 in .github/workflows/auto-merge.yml

View workflow run for this annotation

GitHub Actions / Auto Merge Bot

Invalid workflow file

The workflow is not valid. .github/workflows/auto-merge.yml (Line: 8, Col: 6): Unexpected value 'master'

Check failure on line 8 in .github/workflows/auto-merge.yml

View workflow run for this annotation

GitHub Actions / Auto Merge Bot

Invalid workflow file

The workflow is not valid. .github/workflows/auto-merge.yml (Line: 8, Col: 6): Unexpected value 'master'
jobs:
set-auto-merge:
runs-on: ubuntu-latest
# Important! This forces the job to run only on comments on Pull Requests that starts with '/merge'
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/merge') }}
steps:
- name: Get the GitHub handle of the fellows
uses: paritytech/[email protected]
id: fellows
- name: Generate token
id: merge_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.REVIEW_APP_ID }}
private_key: ${{ secrets.REVIEW_APP_KEY }}
- name: Set auto merge
uses: paritytech/[email protected]
with:
GITHUB_TOKEN: ${{ steps.merge_token.outputs.token }}
MERGE_METHOD: "SQUASH"
ALLOWLIST: ${{ steps.fellows.outputs.github-handles }}