Skip to content

.github/workflows/pr-housekeeping.yml #500

.github/workflows/pr-housekeeping.yml

.github/workflows/pr-housekeeping.yml #500

on:
schedule:
- cron: '0 0 * * *' # Every day at midnight
workflow_dispatch:
jobs:
close-stale:
uses: snyk/engprod-actions/.github/workflows/close-stale.yml@v1

Check failure on line 8 in .github/workflows/pr-housekeeping.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-housekeeping.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-housekeeping.yml" -> "snyk/engprod-actions/.github/workflows/close-stale.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
days-before-stale: 60
days-before-close: 2