aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2018-09-28github/lock.yml: Lock GitHub issues after 90 daysEric Anderson
The earlier year was just for testing. Things are working as we'd hope. Choosing 90 days for now. If an issue is closed at the beginning of a release cycle, that gives release cycle + 6 weeks to upgrade, which seems plenty. Worst-case, is users open a new issue referencing the old one they found.
2018-09-21github/lock: Use reason "resolved", which is the defaultEric Anderson
What the "reason" means was explained in https://github.com/grpc/grpc-java/pull/4862#issuecomment-423662264 , and it's probably fair to accept the default.
2018-09-21github/lock: Override some of the defaults before enablingEric Anderson
These are settings for the Lock app: https://github.com/apps/lock We'll probably want to reduce the daysUntilLock to something lower, but want to try it out first and a larger value will impact fewer issues. 365 is the default, but making it clear what setting we are using. I disable the comment because I don't want notification noise. I disable the resolved feature because I'm not quite sure what it is and I'm not really looking for anything fancy. The defaults can be found at https://github.com/dessant/lock-threads/blob/master/src/schema.js
2017-11-16all: update github issue templateCarl Mastrangelo
2016-11-02github: add an issue templateCarl Mastrangelo
Fixes: #2393