Skip to content

Commit

Permalink
Update pr-housekeeping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotkas authored Mar 16, 2023
1 parent 4d0a3e5 commit 56d75ea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pr-housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
workflow_dispatch:

jobs:
close-stale:
uses: snyk/engprod-actions/.github/workflows/close-stale.yml@v1
with:
days-before-stale: 60
days-before-close: 2
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v7
with:
stale-pr-message: "Your PR has not had any activity for 60 days. In 7 days I'll close it. Make some activity to remove this."
close-pr-message: "Your PR has now been stale for 7 days. I'm closing it."

0 comments on commit 56d75ea

Please sign in to comment.