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?