mirror of
https://github.com/EndBug/add-and-commit.git
synced 2026-07-25 06:45:07 -05:00
10 lines
176 B
YAML
10 lines
176 B
YAML
name: 'Handle stale issues and PR'
|
|
on:
|
|
schedule:
|
|
- cron: '00 5,17 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
stale:
|
|
uses: EndBug/workflows/.github/workflows/stale.yml@main
|