From d015f5b8c64ec880776c17c5cef4fac2a3ec811d Mon Sep 17 00:00:00 2001 From: Gavin John Date: Mon, 30 Oct 2023 14:54:40 -0500 Subject: [PATCH] Fix stale bot repo check (#69) --- .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 03eaf1bb8c..a96921d17a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ permissions: jobs: stale: - if: github.repository == 'ethereum/eips' + if: github.repository == 'ethereum/ercs' runs-on: ubuntu-latest name: Mark Stale Issues steps: