Skip to content

Commit

Permalink
Fix "stale" github action (ethereum#2956)
Browse files Browse the repository at this point in the history
* Fix github action trigger for stale

* Add .github to jekyll exclude list
  • Loading branch information
axic authored and tkstanczak committed Nov 7, 2020
1 parent ff6a000 commit 05e8f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: "Mark stale PRs"

on:
schedule:
- cron: "0 0 * * *"
# Run this every hour, so we are not spammed with changes at once. Later we could consider changing this to once a day.
- cron: "0 * * * *"

jobs:
stale:
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ defaults:
layout: "eip"

exclude:
- .github
- Gemfile
- Gemfile.lock
- node_modules
Expand Down

0 comments on commit 05e8f33

Please sign in to comment.