Make the stale action reusable

Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
David Ko 2021-11-15 23:14:21 +08:00
parent f2ff321c65
commit bad913b2a9

View File

@ -1,5 +1,6 @@
name: 'Close stale issues and PRs' name: 'Close stale issues and PRs'
on: on:
workflow_call:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '30 1 * * *' - cron: '30 1 * * *'