Navigation Menu

Skip to content

Commit

Permalink
We cannot provide a default value through workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 18, 2021
1 parent 9f816de commit 2e6b93b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/stale_issues.yml
Expand Up @@ -2,12 +2,6 @@ name: 👓 Handle stale issues
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:
inputs:
operation_count:
description: 'Operation count'
required: true
default: '100'

jobs:
stale:
Expand Down Expand Up @@ -47,4 +41,4 @@ jobs:
only-labels: 'feedback'
days-before-stale: 14
days-before-close: 28
operations-per-run: ${{ github.event.inputs.operation_count }}"
operations-per-run: 1000

0 comments on commit 2e6b93b

Please sign in to comment.