0

Using Probot on Github and it is configured like this:

exemptLabels:
  - pinned
  - security
# Label to use when marking an issue as stale
staleLabel: wontfix
...

yet Probot marks pinned issue as "stale" (example). The issue does not have an explicit "pinned" label though?

andig
  • 13,378
  • 13
  • 61
  • 98

1 Answers1

1

Seems this is simply not supported and has caused confusion before: https://github.com/probot/stale/issues/192

andig
  • 13,378
  • 13
  • 61
  • 98