mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-23 04:25:40 +01:00
14 lines
282 B
YAML
Executable File
14 lines
282 B
YAML
Executable File
name: Mark stale issues and pull requests
|
|
on:
|
|
schedule:
|
|
- cron: '31 1 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stale:
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
uses: linuxserver/github-workflows/.github/workflows/issues-cron.yml@v1
|
|
secrets: inherit
|