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

permissions:
  pull-requests: write
  contents: read

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