Skip to content

update hwameistor doc #198

update hwameistor doc

update hwameistor doc #198

Workflow file for this run

name: automerge
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.15.6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "lgtm,LGTM,automerge,!wip,!work in progress"
MERGE_METHOD: "squash"
MERGE_RETRIES: "6"
MERGE_RETRY_SLEEP: "10000"
- name: feedback
if: steps.automerge.outputs.mergeResult == "merged"

Check failure on line 34 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: 34, Col: 13): Unexpected symbol: '"merged"'. Located at position 40 within expression: steps.automerge.outputs.mergeResult == "merged"
run: |
echo "Pull request ${{ steps.automerge.outputs.pullRequestNumber }} merged!"