Automatic Milestone Closer
About
The Automatic Milestone Closer closes your milestones when they reach 100%.
It takes into account both issues and PRs that are in the milestone.
Usage
See action.yml for the full list of options.
Basic (to run every 10 minutes):
name: "Close milestones that are at 100%"
on:
schedule:
- cron: "*/10 * * * *"
jobs:
milestone-closer:
runs-on: ubuntu-latest
steps:
- uses: instantish/milestone-closer@v1.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
More resources
For more resources and tools on managing your GitHub issues, check out Instantish ⚡️