Skip to content

Commit

Permalink
Use stale action over deprecated workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Oct 6, 2021
1 parent 7c0c20a commit 8656374
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/stale.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
workflow-dispatchname: Stale pull request handler
on:
schedule:
- cron: 0 0 * * *

permissions:
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@main
id: stale
with:
days-before-stale: -1
days-before-pr-stable: 28
days-before-pr-close: 14
stale-pr-label: stale
stale-pr-message: >-
This pull request is stale because it has been open for 4 weeks with no activity.
Remove stale label or comment or this will be closed in 2 weeks.

0 comments on commit 8656374

Please sign in to comment.