Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ci: replace stale bot with custom implementation | dundargoc | 2023-04-27 |
| | | | | The stale action has a bug where it won't close an issue/PR if it has comments after the stale label. | ||
* | ci: remove needs:response label if author responds (#21489) | dundargoc | 2022-12-23 |
ci: remove "needs:response" label if author responds The default behavior of the stale action is to indiscriminately remove the `needs:response` label for any activity whatsoever, from anyone. The other option is to turn it off completely, meaning the maintainers needs to manually remove the label themselves when the author responds for an issue to not close automatically. Neither of these behaviors are useful to us. |