Skip to content

Commit

Permalink
Merge pull request #81 from snyk/dotkas/pr-housekeeping
Browse files Browse the repository at this point in the history
PR Housekeeping
  • Loading branch information
dotkas committed Mar 16, 2023
2 parents e6db51d + 04a7c16 commit 4d0a3e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr-housekeeping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
schedule:
- cron: '0 0 * * *' # Every day at midnight
workflow_dispatch:

jobs:
close-stale:
uses: snyk/engprod-actions/.github/workflows/close-stale.yml@v1
with:
days-before-stale: 60
days-before-close: 2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
/coverage
package-lock.json
/dist/
.idea/

0 comments on commit 4d0a3e5

Please sign in to comment.