2018-02-08 12:00:10 +00:00
|
|
|
_extends: probot-settings
|
|
|
|
|
|
|
|
github-team:
|
|
|
|
slug: 'go'
|
2018-09-20 08:23:58 +00:00
|
|
|
|
|
|
|
prchecklist:
|
|
|
|
title: Pull Request Checklist
|
|
|
|
checklist:
|
2018-09-20 09:53:01 +00:00
|
|
|
- 'Have you updated the documentation, if impacted (e.g. [docs.status.im](https://docs.status.im/docs/build_status_go.html))?'
|
2021-09-17 08:52:35 +00:00
|
|
|
- 'Have you tested changes with mobile?'
|
|
|
|
- 'Have you tested changes with desktop?'
|
2018-09-24 15:02:57 +00:00
|
|
|
|
|
|
|
stale:
|
|
|
|
daysUntilStale: 90
|
2018-11-20 10:33:02 +00:00
|
|
|
daysUntilPullRequestStale: 14
|
2018-09-24 15:02:57 +00:00
|
|
|
daysUntilClose: 7
|
|
|
|
exemptLabels:
|
|
|
|
- 'wall of shame'
|
|
|
|
- security
|
|
|
|
staleLabel: stale
|
|
|
|
markComment: >
|
|
|
|
This issue has been automatically marked as stale because it has not had
|
|
|
|
recent activity. It will be closed if no further activity occurs. Thank you
|
|
|
|
for your contributions.
|
|
|
|
closeComment: >
|
|
|
|
This issue has been automatically closed. Please re-open if this issue
|
|
|
|
is important to you.
|