summaryrefslogtreecommitdiff
path: root/.github/workflows/check-stale.yml
blob: 0b88acdb7e2b620698bffc2ab1cab8e88d35d677 (plain)
1
2
3
4
5
6
7
8
9
name: "Issue and PR stale management"
on:
  schedule:
  - cron: "0 0 * * *"

jobs:
  stale:
    uses: vyos/.github/.github/workflows/check-stale.yml@feature/T6349-reusable-workflows
    secrets: inherit