Skip to content

Commit

Permalink
Remove stale label and comment if someone comments (#4013)
Browse files Browse the repository at this point in the history
* Update stale.yml

* Update stale.yml
  • Loading branch information
DeMoorJasper committed Jan 17, 2020
1 parent 5f43b5b commit 9d9c0c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: 'Close stale issues'
on:
schedule:
- cron: '0 */1 * * *'
issue_comment:
types: [created]

jobs:
stale:
Expand Down

0 comments on commit 9d9c0c6

Please sign in to comment.