Skip to content

Commit

Permalink
chore: replace stale bot with GH actions workflow (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies committed Jun 27, 2023
1 parent 7087bb6 commit 351c092
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/stale.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Handle stale issues/PRs"

on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
days-before-stale: 60
days-before-close: 7
exempt-issue-labels: "pinned,security,future,help wanted,integrations,known issue,known-limitation,Epic,area:security"
exempt-pr-labels: "pinned,security,future,help wanted,integrations,known issue,known-limitation,Epic,area:security"
exempt-all-milestones: true
stale-issue-message: |
This issue has been automatically marked as stale because it has not had recent activity. It will be
closed if no further activity occurs. Thank you for your contributions.
stale-pr-message: |
This issue has been automatically marked as stale because it has not had recent activity. It will be
closed if no further activity occurs. Thank you for your contributions.

0 comments on commit 351c092

Please sign in to comment.