https://github.com/fairdataihub/fairdataihub-bot
A GitHub App that automates some of the tasks in the FAIR Data Innovations Hub GitHub organization
https://github.com/fairdataihub/fairdataihub-bot
Last synced: 11 months ago
JSON representation
A GitHub App that automates some of the tasks in the FAIR Data Innovations Hub GitHub organization
- Host: GitHub
- URL: https://github.com/fairdataihub/fairdataihub-bot
- Owner: fairdataihub
- License: mit
- Created: 2023-01-30T19:48:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T09:50:16.000Z (over 1 year ago)
- Last Synced: 2024-12-04T10:37:06.961Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/apps/fairdataihub-bot
- Size: 253 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[](https://fairdataihub.org/fairshare)
[![DOI][zenodo-shield]][zenodo-url]
[contributors-shield]: https://img.shields.io/github/contributors/fairdataihub/fairdataihub-bot.svg?style=flat-square
[contributors-url]: https://github.com/fairdataihub/fairdataihub-bot/graphs/contributors
[stars-shield]: https://img.shields.io/github/stars/fairdataihub/fairdataihub-bot.svg?style=flat-square
[stars-url]: https://github.com/fairdataihub/fairdataihub-bot/stargazers
[issues-shield]: https://img.shields.io/github/issues/fairdataihub/fairdataihub-bot.svg?style=flat-square
[issues-url]: https://github.com/fairdataihub/fairdataihub-bot/issues
[license-shield]: https://img.shields.io/github/license/fairdataihub/fairdataihub-bot.svg?style=flat-square
[license-url]: https://github.com/fairdataihub/fairdataihub-bot/blob/main/LICENSE
[zenodo-shield]: https://zenodo.org/badge/DOI/10.5281/zenodo.7602308.svg
[zenodo-url]: https://doi.org/10.5281/zenodo.7602308
# fairdataihub bot GitHub App
A GitHub App built with [Probot](https://github.com/probot/probot). We use this bot to handle tasks related to the fairdataihub organization. You can find the source code for the bot at [fairdataihub/fairdataihub-bot](https://github.com/fairdataihub/fairdataihub-bot).
You can use this bot as a template for your own bot or as a reference for how to use the probot framework.
## Setup
```sh
# Install dependencies
yarn install
# Run the bot
yarn start
```
## Docker
```sh
# 1. Build container
docker build -t fairdataihub-bot .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= fairdataihub-bot
```
## Contributing
If you have suggestions for how fairdataihub-bot 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
[MIT](LICENSE) © 2023 fairdataihub