Skip to content

[pull] main from mdn:main #8668

[pull] main from mdn:main

[pull] main from mdn:main #8668

Workflow file for this run

name: auto-merge
on:
pull_request_target:
# No GITHUB_TOKEN permissions, as we use AUTOMERGE_TOKEN instead.
permissions: {}
jobs:
auto-merge:
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
if: github.repository_owner == 'mdn'
with:
target-repo: ${{ github.repository }}

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

View workflow run for this annotation

GitHub Actions / auto-merge

Invalid workflow file

The workflow is not valid. .github/workflows/auto-merge.yml (Line: 14, Col: 20): Invalid input, target-repo is not defined in the referenced workflow.
secrets:
GH_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}