Skip to content

Commit

Permalink
style(stale.yml): wrong prefix space
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Jan 3, 2024
1 parent 0aa2dbc commit ed3d574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-issue-message: ' This issue has been automatically marked as stale because it has been open for 60 days with no activity.'
stale-issue-message: 'This issue has been automatically marked as stale because it has been open for 60 days with no activity.'
stale-pr-message: 'This PR has been automatically marked as stale because it has been open for 60 days with no activity.'
close-issue-message: 'This issue was closed because it has been stalled for -1 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for -1 days with no activity.'
Expand Down

0 comments on commit ed3d574

Please sign in to comment.