Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henkelmax/issue-template-checker
A bot that closes unlabeled issues
https://github.com/henkelmax/issue-template-checker
bot github-bot issue-management probot probot-app
Last synced: about 1 month ago
JSON representation
A bot that closes unlabeled issues
- Host: GitHub
- URL: https://github.com/henkelmax/issue-template-checker
- Owner: henkelmax
- Created: 2021-03-13T10:23:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T15:30:28.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:01:03.113Z (5 months ago)
- Topics: bot, github-bot, issue-management, probot, probot-app
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GitHub Issue Template Bot
A bot that closes unlabeled issues
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```