summaryrefslogtreecommitdiff
path: root/.github/workflows/check-stale.yml
blob: 7bedf91042f9ab294dcbc1ea94691fd264a25d5c (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@equuleus
    secrets: inherit