Skip to content

revert: rolled back the cosmos-sdk version to v0.47.9 #1490

revert: rolled back the cosmos-sdk version to v0.47.9

revert: rolled back the cosmos-sdk version to v0.47.9 #1490

Workflow file for this run

name: automerge
env:
MERGE_METHOD: "squash"
MERGE_DELETE_BRANCH: "true"
MERGE_REMOVE_LABELS: "automerge"
MERGE_RETRY_SLEEP: "20000"
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.3"
permissions:

Check failure on line 32 in .github/workflows/automerge.yml

View workflow run for this annotation

GitHub Actions / automerge

Invalid workflow file

The workflow is not valid. .github/workflows/automerge.yml (Line: 32, Col: 9): Unexpected value 'permissions'
contents: write
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"