Skip to content

Commit

Permalink
ci: disable stale issue action (#29)
Browse files Browse the repository at this point in the history
* ci: disable stale issue action

* bump actions/checkout version
  • Loading branch information
Thegaram authored Nov 6, 2024
1 parent 57c5d8b commit 53df6f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1000 # make sure to fetch the old commit we diff against

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: stale issues

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

jobs:
close-issues:
Expand Down

0 comments on commit 53df6f0

Please sign in to comment.