Skip to content

Commit

Permalink
Update Close Stale PRs config
Browse files Browse the repository at this point in the history
  • Loading branch information
moonpay-github-security[bot] authored Mar 5, 2024
1 parent b20dcbc commit 0ff869e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:

jobs:
stale:
runs-on: moonpay-github-actions-runner
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-pr-message: This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
close-pr-message: This PR was closed because it has been inactive for 7 days.
Expand Down

0 comments on commit 0ff869e

Please sign in to comment.