Skip to content

Stale Bot

Stale Bot #168

Workflow file for this run

on:
schedule:
- cron: '0 0 * * *'
name: Stale Bot
permissions: {}
jobs:
build:
if: ${{ github.repository_owner == 'codyslexia' }}
permissions:
issues: write # to close stale issues (actions/stale)
pull-requests: write # to close stale PRs (actions/stale)
name: stale
runs-on: ubuntu-latest
steps:
- name: stale-more-info-needed
id: stale-more-info-needed
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 14
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'blocked: more info needed'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-needs-rebase
id: stale-needs-rebase
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 14
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'blocked: needs rebase'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-repro-needed
id: stale-repro-needed
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 14
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'blocked: repro needed'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-retry-with-latest
id: stale-retry-with-latest
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 14
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'blocked: retry with latest'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-bug
id: stale-bug
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'type: bug'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-cleanup
id: stale-cleanup
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'type: cleanup'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-docs
id: stale-docs
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'type: docs'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-enhancement
id: stale-enhancement
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 250
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'type: enhancement'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-feature
id: stale-feature
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 250
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'type: feature'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™
- name: stale-question
id: stale-question
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 45
days-before-close: 14
stale-issue-label: 'stale'
operations-per-run: 300
remove-stale-when-updated: true
only-labels: 'type: question / discussion'
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nexa community! πŸ™