From 23f7fa559add710b96bad90002fcebef8ac0e5c9 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Wed, 24 Nov 2021 02:15:25 -0800 Subject: [PATCH] feat: Enable auto-label bot to mark stale pull requests (#758) --- .github/auto-label. yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/auto-label. yaml diff --git a/.github/auto-label. yaml b/.github/auto-label. yaml new file mode 100644 index 000000000..ee3b8b2de --- /dev/null +++ b/.github/auto-label. yaml @@ -0,0 +1,5 @@ +product: true +staleness: + pullrequest: true + old: 30 + critical: 60