Skip to content

Commit

Permalink
chore: Switch to stale bot
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Jan 23, 2024
1 parent 064e60a commit a0aacce
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 240 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ Describe where it appears, when it occurred, and what it affects. -->
**Troubleshooting**

<!-- Describe the steps you have already taken to solve the issue. -->

**Release Notes**

```
```
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/decision-record.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/documentation-improvement.md

This file was deleted.

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ about: Suggest an improvement to the project
**Attachments**

<!-- Attach any files, links, code samples, or screenshots that will convince us to your idea. -->

**Release Notes**

```
```
80 changes: 0 additions & 80 deletions .github/ISSUE_TEMPLATE/new-sig-or-wg-proposal.md

This file was deleted.

57 changes: 0 additions & 57 deletions .github/ISSUE_TEMPLATE/security-vulnerability.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/OWNERS

This file was deleted.

8 changes: 0 additions & 8 deletions .github/issue-template.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/stale.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/periodic-github-checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: 'Periodic Github Checks'

on:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight
workflow_dispatch: # Allows manual triggering of the workflow

jobs:
stale-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 60
days-before-close: 7
stale-issue-label: 'lifecycle/stale'
stale-pr-label: 'lifecycle/stale'
exempt-issue-labels: 'lifecycle/frozen'
exempt-pr-labels: 'lifecycle/frozen'
stale-issue-message: |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs.
Thank you for your contributions.
stale-pr-message: |
This pull request has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs.
Thank you for your contributions.
close-issue-message: |
This issue has been automatically closed due to the lack of recent activity.
/lifecycle rotten
close-pr-message: |
This pull request has been automatically closed due to the lack of recent activity.
/lifecycle rotten
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a0aacce

Please sign in to comment.