add no stalebot exception (#2107)

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-09-05 14:00:36 +02:00 committed by GitHub
parent 42d2c27853
commit adc084f20f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,4 +20,5 @@ jobs:
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
exempt-issue-labels: "no-stale-bot"
repo-token: ${{ secrets.GITHUB_TOKEN }}