From 8a3812dcee01c9b0c9e2191dfd57ac6511215c55 Mon Sep 17 00:00:00 2001 From: Shivaji Kharse Date: Mon, 22 Jun 2026 18:00:24 +0530 Subject: [PATCH 1/2] 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..1f1deec2 --- /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 \ No newline at end of file From d9b2a2f10ea51e96d31328bcec3f4a7c18e6f1dc Mon Sep 17 00:00:00 2001 From: Shivaji Kharse Date: Mon, 22 Jun 2026 18:10:46 +0530 Subject: [PATCH 2/2] fix trunk check --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1f1deec2..46344a82 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,4 +10,4 @@ permissions: jobs: stale: name: Stale - uses: dgraph-io/.github/.github/workflows/stale.yml@main \ No newline at end of file + uses: dgraph-io/.github/.github/workflows/stale.yml@main