Skip to content

Commit

Permalink
Update stale2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyP36 authored Jan 18, 2024
1 parent 66280d6 commit 6b6f131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
issue_comment:
workflow_dispatch:
schedule:
- cron: '59 23 1/16 * *'
- cron: '59 23 * * *'

permissions:
issues: write
Expand All @@ -24,11 +24,11 @@ jobs:
- uses: actions/stale@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 21
days-before-issue-stale: 1
stale-issue-message: |
"This issue has been automatically marked as `stale` because it has not had recent activity.
It will be closed if no further activity occurs. Thank you for your contributions."
days-before-issue-close: 7
days-before-issue-close: 2
close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as `stale`."
stale-issue-label: "stale"
exempt-issue-labels: "bug,in progress,help wanted"
Expand Down

0 comments on commit 6b6f131

Please sign in to comment.