Skip to content

Commit

Permalink
Converted the GH stale app to stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 28, 2024
1 parent 1e6d629 commit 2134961
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/stale.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: 'Mark Stale Issues and PRs'
on:
schedule:
- cron: '27 11 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-issue-stale: 120
days-before-issue-close: 3
stale-issue-message: >
This issue has been automatically marked as `stale` because it has not had
recent activity. It will be closed within 3 days if no further activity occurs.
Thank you for your contributions.
close-issue-message: 'Closing because of being stalled for 3 days without activity.'
stale-issue-label: 'wontfix'
exempt-issue-labels: documentation, enhancement, feature, bug

stale-pr-message: >
This PR has been automatically marked as `stale` because it has not had
recent activity. Please review the PR if it is still relevant.
If you still would like it to be merged please add a comment to the PR.
Otherwise, it will be closed within 3 days.
Thank you for your contributions.
days-before-pr-stale: 90
days-before-pr-close: 3

0 comments on commit 2134961

Please sign in to comment.