diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-03-13 11:33:46 +0300 |
---|---|---|
committer | jtomass <juhani@vaadin.com> | 2018-03-13 10:33:46 +0200 |
commit | 867ea6353d2160d84b4df3aeff9115776423d0a0 (patch) | |
tree | 4f951aef0cf1fc41f1023a40d069f9617e8c758d /.github | |
parent | ead24c18282f793231c4ef5015851731693153a8 (diff) | |
download | vaadin-framework-867ea6353d2160d84b4df3aeff9115776423d0a0.tar.gz vaadin-framework-867ea6353d2160d84b4df3aeff9115776423d0a0.zip |
Stale bot config template (#10646)
* Stale bot config template
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..e3f3e324dc --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +daysUntilStale: 335 +daysUntilClose: 30 +exemptLabels: + - BFP + - Pinned +staleLabel: Stale +only: issues +markComment: > + A lot of tickets have been left hanging in the issue tracker through the + years. Some of them are still relevant, some of them have been fixed a long + time ago and some are no longer valid. To get a better look on what is + important and still relevant, we are closing old tickets which have not been + touched in a long time. + No further work will be done on this ticket. If the ticket seems to be still + actual, please verify the problem existence over latest framework version + and then open a new ticket in [vaadin/framework](https://github.com/vaadin/framework) + with all the suitable information. |