Răsfoiți Sursa

Merge pull request #23222 from netbox-community/23215-explicitly-exclude-pull-requests-from-incomplete-issue

Closes #23215: Exclude PRs from incomplete issue auto-close workflow
bctiemann 15 ore în urmă
părinte
comite
9fee932090
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/close-incomplete-issues.yml

+ 2 - 0
.github/workflows/close-incomplete-issues.yml

@@ -23,6 +23,8 @@ jobs:
             to include all the requested detail, and then ask that the issue be reopened.
             to include all the requested detail, and then ask that the issue be reopened.
           days-before-stale: 7
           days-before-stale: 7
           days-before-close: 7
           days-before-close: 7
+          days-before-pr-stale: -1
+          days-before-pr-close: -1
           only-issue-labels: 'status: revisions needed'
           only-issue-labels: 'status: revisions needed'
           operations-per-run: 100
           operations-per-run: 100
           remove-stale-when-updated: false
           remove-stale-when-updated: false