Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add stale bot #8554

Merged
merged 1 commit into from Jun 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/stale.yml
@@ -0,0 +1,22 @@
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
We are closing this issue. If the issue still persists in the latest version of
Puppeteer, please reopen the issue and update the description. We will try our
best to accomodate it!
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- confirmed
jrandolf marked this conversation as resolved.
Show resolved Hide resolved
- feature
# Comment to post when marking an issue as stale.
markComment: >
We're marking this issue as unconfirmed because it has not had recent activity and
we weren't able to confirm it yet. It will be closed if no further activity occurs
within the next 30 days.
# Only mark issues.
only: issues
# Label to use when marking an issue as stale
staleLabel: unconfirmed