Skip to content

Commit

Permalink
Update IssueManagement.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 authored Oct 20, 2022
1 parent 7f83058 commit c0a60c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/IssueManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
steps:
- uses: actions/stale@v4
with:
exempt-issue-labels: "bug"
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: 45
days-before-pr-close: 14
operations-per-run: 300
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c0a60c0

Please sign in to comment.