Skip to content

Bump actions/labeler from 4 to 5 #29

Bump actions/labeler from 4 to 5

Bump actions/labeler from 4 to 5 #29

name: Pull Request Automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
jobs:
merge_dependabot:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.15.6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies"
MERGE_FILTER_AUTHOR: "dependabot"
LOG: "TRACE"
MERGE_METHOD: "squash"
- name: feedback
if: steps.automerge.outputs.mergeResult == "merged"

Check failure on line 30 in .github/workflows/pull_request_automerge.yml

View workflow run for this annotation

GitHub Actions / Pull Request Automerge

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request_automerge.yml (Line: 30, 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!"