stale/dist
Vyacheslav Egorov 3028f847b0 Filter issues by labels when listing if possible
* If `only-issue-labels` and `only-pr-labels` are not specified
  we limit the listing to `only-labels`.
* If `only-issue-labels` and `only-pr-labels` are specified
  but are the same, we limit the listing to these labels.
* If we don't need to make neither issues nor PRs as stale
  (`days-before-issue-stale` and `days-before-pr-stale` are
  negative) and stale label is the same for issues and PRs
  then we filter by this label.
2023-08-30 12:19:47 +02:00
..
index.js Filter issues by labels when listing if possible 2023-08-30 12:19:47 +02:00