You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Auto Closer
v0.0.5
This action closes all issues that have a specific label while keeping the latest one(s) open. Works best for daily, weekly or monthly auto created issues. Use with care for the initial run expecially when you have a large number of open issues with the label.
AC_LABEL
(required): The label that the target issue should have.AC_KEEP
(optional): The number of the issues should be kept open. Default value:1
This is designed to be used as a GitHub Action, but you can also just build and run it locally with the following env vars:
export GITHUB_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export GITHUB_REPOSITORY="owner/repository"
export AC_LABEL="label"
go run src/main.go