From 66f2c06d2cbd99a47d7adc179b2a01d15ef40432 Mon Sep 17 00:00:00 2001 From: Shivaji Kharse Date: Sat, 20 Jun 2026 11:59:37 +0530 Subject: [PATCH] add stale Action --- .github/workflows/stale.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 00000000..46344a82 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,13 @@ +name: Close stale issues and PRs +on: + schedule: + - cron: 00 02 * * * + +permissions: + issues: write + pull-requests: write + +jobs: + stale: + name: Stale + uses: dgraph-io/.github/.github/workflows/stale.yml@main