Skip to content

.github/workflows/auto-merge-release-please.yaml #20

.github/workflows/auto-merge-release-please.yaml

.github/workflows/auto-merge-release-please.yaml #20

name: Auto merge release-please PRs
on:
schedule:
- cron: "0 8,10,12,14,16,18 * * 1-5" # every 2 hours from 8 to 18 only on weekdays
workflow_dispatch:
jobs:
scheduled-release:
uses: taxfix/actions/.github/workflows/auto-release-workflow.yml@main

Check failure on line 9 in .github/workflows/auto-merge-release-please.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-merge-release-please.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/auto-merge-release-please.yaml" -> "taxfix/actions/.github/workflows/auto-release-workflow.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit