Skip to content

Auto-merge PR and publish docs #139

Auto-merge PR and publish docs

Auto-merge PR and publish docs #139

Workflow file for this run

---
name: Auto-merge PR and publish docs
on:
check_suite:
types:
- completed
status: { }
jobs:
auto-merge:
name: Auto merge after successful checks
runs-on: ubuntu-latest
steps:
- name: Auto merge
uses: pascalgn/[email protected]
if: github.actor == 'dplacinta'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_LABELS: ""
MERGE_METHOD: rebase
LOG: "TRACE"
trigger-deploy:
name: Trigger documentation publishing
uses: ./.github/workflows/deploy.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-merge-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/auto-merge-pr.yml" -> "./.github/workflows/deploy.yml" (source branch with sha:8da6df306be008311a5bf32f79a6a7c320535d12) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
env: 'dev prod'
secrets: inherit