Skip to content

Commit a878795

Browse files
committed
Revert "Delete stale.yml"
This reverts commit c5a8aaf. Revert change that should be in separate branch.
1 parent 3d1c1aa commit a878795

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/stale.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: "Close stale issues and PRs"
2+
on:
3+
schedule:
4+
- cron: "30 1 * * *"
5+
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/stale@v3
11+
with:
12+
stale-issue-message: |
13+
This issue has been automatically marked as stale because it has not had recent activity.
14+
15+
If this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open.
16+
17+
If this is a feature request, please [add as an Idea under discussions](https://github.com/mmistakes/jekyll-theme-basically-basic/discussions/categories/ideas) and elaborate on why it is core to this project and why you feel more than 80% of users would find it beneficial.
18+
19+
This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.
20+
stale-pr-message: |
21+
This pull request has been automatically marked as stale because it has not had recent activity.
22+
23+
This pull request will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.
24+
stale-issue-label: "Status: Stale"
25+
exempt-issue-labels: "Status: Accepted,Status: Under Consideration,Status: Review Needed,Status: In Progress"
26+
stale-pr-label: "Status: Stale"
27+
exempt-pr-labels: "Status: Accepted,Status: Under Consideration,Status: Review Needed,Status: In Progress"

0 commit comments

Comments
 (0)