Skip to content

Commit

Permalink
Fixes #3630 - Change stale workflow (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Jan 15, 2024
1 parent 03489fa commit f0f8842
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github/pull_request_template.md

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 10 days'
days-before-stale: 180
stale-issue-message: 'This issue is stale because it has been open 170 days with no activity. Remove stale label or comment or this will be closed in 10 days'
stale-pr-message: 'This PR is stale because it has been open 170 days with no activity. Remove stale label or comment or this will be closed in 10 days'
days-before-stale: 170
days-before-close: 10

0 comments on commit f0f8842

Please sign in to comment.