Skip to content

Commit

Permalink
chore(ci): disable stale issue check (#22)
Browse files Browse the repository at this point in the history
<!--
Contributions welcome! See
https://github.com/ethereum-optimism/.github/blob/master/CONTRIBUTING.md
-->

**Description**

Closes #20

**Tests**

<!--
Please describe any tests you've added. If you've added no tests, or
left important behavior untested, please explain why not.
-->

**Additional context**

<!--
Add any other context about the problem you're solving.
-->

**Metadata**

<!-- 
Include a link to any github issues that this may close in the following
form:
- Fixes #[Link to Issue]
-->
  • Loading branch information
emhane authored Jan 7, 2025
1 parent b03e69b commit bc9e4d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
name: stale issues

on:
workflow_dispatch: {}
schedule:
- cron: "30 1 * * *"
workflow_dispatch:

jobs:
close-issues:
Expand Down

0 comments on commit bc9e4d4

Please sign in to comment.