Skip to content

Commit 231a178

Browse files
authored
Clean up automated label-based issue handling (#11284)
* Clean up automated label-based issue handline 1. upgrade tiangolo/issue-manager to latest 2. move needs-more-info to tiangolo 3. change needs-more-info close time to 7 days 4. delete old needs-more-info config * Use old, longer message * Fix label name
1 parent e700358 commit 231a178

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

.github/no-response.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/issue-manager.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issue-manager:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: tiangolo/issue-manager@0.2.1
18+
- uses: tiangolo/issue-manager@0.4.0
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
config: >
@@ -25,5 +25,11 @@ jobs:
2525
"message": "This issue has been automatically closed because it was answered and there was no follow-up discussion.",
2626
"remove_label_on_comment": true,
2727
"remove_label_on_close": true
28+
},
29+
"more-info-needed": {
30+
"delay": "P7D",
31+
"message": "This issue has been automatically closed because there has been no response to a request for more information from the original author. With only the information that is currently in the issue, there's not enough information to take action. If you're the original author, feel free to reopen the issue if you have or find the answers needed to investigate further.",
32+
"remove_label_on_comment": true,
33+
"remove_label_on_close": true
2834
}
2935
}

0 commit comments

Comments
 (0)