From ca3aa51e5fbdeb44b71f07a59767fafd688b5a85 Mon Sep 17 00:00:00 2001 From: Shivaji Kharse Date: Sat, 20 Jun 2026 11:39:08 +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 0000000..46344a8 --- /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