Skip to content

Commit

Permalink
Add manual trigger to stale distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
paulslaby committed Jan 31, 2024
1 parent 453703d commit 49a09d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/distribute-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
paths:
- '.github/workflows/stale.yml'
- '.github/workflows/distribute-stale.yml'
workflow_dispatch:
inputs:
repo_name:
description: 'The name of the repository to distribute the stale.yml config to'
required: false

jobs:
distribute_stale:
Expand Down

0 comments on commit 49a09d6

Please sign in to comment.