Skip to content

Commit

Permalink
Attempt to fix stale bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Oct 19, 2023
1 parent cc3c8de commit 65118e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@main
with:
stale-issue-message: |
This issue has been open for a while with no recent activity. If this issue is still important to you, please add a comment within the next 7 days to keep it open. Otherwise, the issue will be automatically closed to free up time for other tasks.
Expand All @@ -33,3 +33,5 @@ jobs:
days-before-close: 7
stale-issue-label: "status:stale"
stale-pr-label: "status:stale"
operations-per-run: 60
enable-statistics: true

0 comments on commit 65118e8

Please sign in to comment.