Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gr2m/update-authors-app
GitHub App that creates and updates the AUTHORS file in your repository each time a pull request is merged
https://github.com/gr2m/update-authors-app
probot probot-app
Last synced: 22 days ago
JSON representation
GitHub App that creates and updates the AUTHORS file in your repository each time a pull request is merged
- Host: GitHub
- URL: https://github.com/gr2m/update-authors-app
- Owner: gr2m
- License: isc
- Created: 2020-06-28T23:13:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T23:39:56.000Z (10 months ago)
- Last Synced: 2024-04-22T13:23:13.973Z (9 months ago)
- Topics: probot, probot-app
- Language: JavaScript
- Homepage: https://github.com/apps/update-authors
- Size: 402 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- 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
# update-authors-app
> A GitHub App built with [Probot](https://github.com/probot/probot) that Creates and updates the AUTHORS file in your repository each time a pull request is merged
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Contributing
If you have suggestions for how update-authors-app 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) © 2020 Gregor Martynus