Skip to content

Commit fcc81f1

Browse files
Copilotlstein
andauthored
Limit automated issue closure to bug issues only (invoke-ai#8776)
* Initial plan * Add only-labels parameter to limit automated issue closure to bugs only Co-authored-by: lstein <111189+lstein@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lstein <111189+lstein@users.noreply.github.com>
1 parent 27ae70a commit fcc81f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/close-inactive-issues.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
close-issue-message: "Due to inactivity, this issue was automatically closed. If you are still experiencing the issue, please recreate the issue."
2424
days-before-pr-stale: -1
2525
days-before-pr-close: -1
26+
only-labels: "bug"
2627
exempt-issue-labels: "Active Issue"
2728
repo-token: ${{ secrets.GITHUB_TOKEN }}
2829
operations-per-run: 500

0 commit comments

Comments
 (0)