Skip to content

Stale issues

Stale issues #92

Workflow file for this run

# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax
name: Stale issues
on:
schedule:
# https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows
- cron: '0 15 1,15 * *'
workflow_dispatch:
# https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#workflow_dispatch
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Run stale action
uses: sebthom/gha-shared/.github/actions/stale@v1