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

permissions:
  pull-requests: write
  contents: read

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