https://github.com/aergonaut/template-workflow
https://github.com/aergonaut/template-workflow
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aergonaut/template-workflow
- Owner: aergonaut
- License: isc
- Created: 2019-03-13T16:38:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T16:40:14.000Z (about 6 years ago)
- Last Synced: 2025-02-09T19:30:02.440Z (3 months ago)
- Language: TypeScript
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# template-workflow
> A GitHub App built with [Probot](https://github.com/probot/probot) that
> enforces customizable workflow requirements for issues and pull requests.`template-workflow` requires that your repository have issue or pull request
templates configured. It will only enforce workflow for issues if an issue
template exists and similarly it will only enforce workflow for pull requests if
a pull request template exists.## Configuration
```yaml
pull_requests:
field_regex: "\A### (.*)\z"
required_fields:
- Code Reviewers
- Summary of Issue
- Summary of Change
```## Setup
```sh
# Install dependencies
npm install# Run typescript
npm run build# Run the bot
npm start
```## Contributing
If you have suggestions for how template-workflow could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2019 Chris Fung