mirror of
https://github.com/linuxserver/docker-kali-linux.git
synced 2026-02-20 04:26:31 +08:00
17 lines
313 B
YAML
17 lines
313 B
YAML
name: Mark stale issues and pull requests
|
|
on:
|
|
schedule:
|
|
- cron: '17 0 * * *'
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
stale:
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
|
secrets: inherit
|