We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853cbd9 commit 4e9fac6Copy full SHA for 4e9fac6
.github/workflows/close-stale-feature-requests.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/stale@v4
40
with:
41
repo-token: ${{ secrets.GITHUB_TOKEN }}
42
- days-before-stale: ${{ github.event.input.daysBeforeStale }}
+ days-before-stale: ${{ github.event.inputs.daysBeforeStale }}
43
days-before-close: 30
44
stale-issue-label: stale
45
close-issue-message: ${{ env.CLOSE_MESSAGE }}
0 commit comments