Skip to content

Commit

Permalink
Close issues that are pending response from the issue author (apache#…
Browse files Browse the repository at this point in the history
…15170)

Based on the meeting notes in https://docs.google.com/document/d/1Fx46SoOnNLiqZKtrC-tOHj3zFlZfQwWuR2LRFXJnWqw/ we had decided that we will automate closing the issues if an issue does not receive response from the issue author in 30 days (+7 days after stale).
  • Loading branch information
kaxil authored Apr 3, 2021
1 parent 77ab986 commit 9ac1d0a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,15 @@ jobs:
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed in 5 days if no further activity occurs. Thank you
for your contributions.
days-before-stale: 45
days-before-close: 5
days-before-issue-stale: -1
days-before-issue-close: -1
days-before-pr-stale: 45
days-before-pr-close: 5
exempt-pr-labels: 'pinned,security'
only-issue-labels: 'pending-response'
days-before-issue-stale: 30
days-before-issue-close: 7
stale-issue-message: >
This issue has been automatically marked as stale because it has been open for 15 days
with no response from the author. It will be closed in next 7 days if no further
activity occurs from the issue author.
close-issue-message: >
This issue has been closed because it has not received response from the issue author.

0 comments on commit 9ac1d0a

Please sign in to comment.