فهرست منبع

[ci] Also check stale PRs (#1912)

Romain Rigaux 4 سال پیش
والد
کامیت
d42fe8c2a1
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      .github/workflows/autoclose-stale.yml

+ 3 - 0
.github/workflows/autoclose-stale.yml

@@ -13,6 +13,9 @@ jobs:
           exempt-issue-labels: 'roadmap'
           exempt-pr-labels: 'roadmap'
           stale-issue-message: 'This issue is stale because it has been open 30 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.'
+          stale-pr-message: 'This PR is stale because it has been open 45 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 10 days.'
           days-before-stale: 30
           days-before-close: 5
+          days-before-pr-stale: 45
+          days-before-pr-close: 10
           operations-per-run: 200