Skip to content

Commit

Permalink
Update issues-autoresolve.yml (#780)
Browse files Browse the repository at this point in the history
Switch the logic to only look for awaiting_response label
  • Loading branch information
natoverse authored Jul 30, 2024
1 parent 64fe754 commit 4c181a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues-autoresolve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
close-issue-label: "autoresolved"
stale-issue-message: "This issue has been marked stale due to inactivity after repo maintainer or community member responses that request more information or suggest a solution. It will be closed after five additional days."
close-issue-message: "This issue has been closed after being marked as stale for five days. Please reopen if needed."
exempt-issue-label: "triage"
any-of-labels: "awaiting_response"
days-before-pr-stale: -1
days-before-pr-close: -1
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4c181a5

Please sign in to comment.