Skip to content

Merge branch 'main' into templates-workflows #2

Merge branch 'main' into templates-workflows

Merge branch 'main' into templates-workflows #2

Workflow file for this run

name: "Stalebot for issues and PRs"
on:
schedule:
- cron: "30 13 * * 1-5"
jobs:
stale-high-priority:
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml

Check failure on line 9 in .github/workflows/stale.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/stale.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
days-before-issue-stale: 90
days-before-pr-stale: 1
labels: priority:high
stale-medium-priority:
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml
with:
days-before-issue-stale: 135
days-before-pr-stale: 3
labels: priority:medium
stale-low-priority:
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml
with:
days-before-issue-stale: 180
days-before-pr-stale: 7
labels: priority:low