Skip to content

Commit

Permalink
Merge pull request desktop#19660 from desktop/update-start-date
Browse files Browse the repository at this point in the history
Fix typo in start-date in stale issues workflow
  • Loading branch information
niik authored Dec 5, 2024
2 parents 6808762 + c699459 commit 465eb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/stale@v9
with:
stale-issue-label: 'stale, triage' # The label that will be added to the issues when automatically marked as stale
start-date: '2024-011-25T00:00:00Z' # Skip stale action for issues/PRs created before it
start-date: '2024-11-25T00:00:00Z' # Skip stale action for issues/PRs created before it
days-before-stale: 365
days-before-close: -1 # If -1, the issues nor pull requests will never be closed automatically.
days-before-pr-stale: -1 # If -1, no pull requests will be marked as stale automatically.
Expand Down

0 comments on commit 465eb57

Please sign in to comment.