Skip to content

Commit

Permalink
Fix stale bot repo check (ethereum#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Oct 30, 2023
1 parent 59468df commit d015f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d015f5b

Please sign in to comment.