https://github.com/rnystrom/status-checklists
Action to that updates Issue state with checklists
https://github.com/rnystrom/status-checklists
Last synced: 20 days ago
JSON representation
Action to that updates Issue state with checklists
- Host: GitHub
- URL: https://github.com/rnystrom/status-checklists
- Owner: rnystrom
- License: mit
- Created: 2020-05-03T19:24:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:15:17.000Z (over 2 years ago)
- Last Synced: 2025-03-17T13:03:54.947Z (28 days ago)
- Language: TypeScript
- Homepage:
- Size: 942 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rnystrom/status-checklists - Action to that updates Issue state with checklists (TypeScript)
README
# Status Checklists
Close or reopen an Issue based on whether all checklists are checked.
Example:
```md
This is a master issue that requires the following be completed:- [ ] Design the thing
- [ ] Write some code
- [ ] Ship it!
```Once all three items are checked:
```md
This is a master issue that requires the following be completed:- [x] Design the thing
- [x] Write some code
- [x] Ship it!
```Then the issue will be marked ❌ **Closed**. Unchecking will reopen the issue.