Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

stale

Release

Reusable GitHub Action for closing stale issues after a period of inactivity.

Usage

name: Close Stale Issueson:
schedule:
- cron: '0 0 * * *'workflow_dispatch:
permissions:
actions: writeissues: writejobs:
close-stale-issues:
runs-on: ubuntu-lateststeps:
- uses: libnudget/stale@v1

Inputs

NameRequiredDefaultNotes
days-before-staleNo14Days without activity before marking as stale
days-before-closeNo0Days after being marked stale before closing (0 = immediately)
stale-issue-labelNostaleLabel to add to mark issues as stale
close-issue-messageNo(see README)Message to post when closing
operations-per-runNo100Maximum operations per run

About

Closes stale issues.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors