Skip to content

Commit

Permalink
chore: Add manual check for stale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapsssito committed Sep 22, 2020
1 parent 39d4f0c commit a3e3399
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: "Check stale issues"
on:
schedule:
- cron: "0 0 */7 * *"

workflow_dispatch:
input:
tags:
description: 'Check stale issues manually'

jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a3e3399

Please sign in to comment.