Skip to content

.github/workflows/stale.yml #47

.github/workflows/stale.yml

.github/workflows/stale.yml #47

Workflow file for this run

name: Stale Issues and PRs
on:
schedule:
- cron: "30 23 * * *"
workflow_dispatch:
inputs:
dryRun:
description: Set to true for a dry run
required: false
default: "false"
type: string
jobs:
stale_workflow:
uses: turbot/powerpipe-workflows/.github/workflows/stale.yml@main

Check failure on line 15 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yml

Invalid workflow file

error parsing called workflow ".github/workflows/stale.yml" -> "turbot/powerpipe-workflows/.github/workflows/stale.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
dryRun: ${{ github.event.inputs.dryRun }}