Skip to content

Commit

Permalink
Fix typo breaking new automation for handling inactive issues/PRs (#1298
Browse files Browse the repository at this point in the history
)
  • Loading branch information
javulticat authored Jan 22, 2024
1 parent fe1cc75 commit aa87eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/stale@v9
with:
days-before-stale: ${{ env.inactive_days }}
days-before-close: ${{ env.close_days }}
days-before-close: ${{ env.closing_days }}
stale-issue-label: ${{ env.inactive_label }}
close-issue-label: ${{ env.closed_label }}
exempt-issue-labels: "needs-review,planned,in-progress"
Expand Down

0 comments on commit aa87eed

Please sign in to comment.