Skip to content
Snippets Groups Projects
Unverified Commit 59b826e6 authored by Signal Linden's avatar Signal Linden Committed by GitHub
Browse files

Merge pull request #4 from secondlife/signal/stale

Close stale PRs
parents d7766384 d14c6750
No related branches found
No related tags found
No related merge requests found
name: Stale PRs
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
id: stale
with:
stale-pr-message: This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 7 days
days-before-stale: 60
days-before-close: 7
exempt-pr-labels: blocked,must,should,keep
stale-pr-label: stale
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment