https://github.com/spack/spackbot
Spack maintainer bot 🤖
https://github.com/spack/spackbot
github-app spack spack-bot
Last synced: about 1 year ago
JSON representation
Spack maintainer bot 🤖
- Host: GitHub
- URL: https://github.com/spack/spackbot
- Owner: spack
- License: other
- Created: 2020-11-17T20:25:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T21:39:16.000Z (about 1 year ago)
- Last Synced: 2025-04-21T00:28:57.121Z (about 1 year ago)
- Topics: github-app, spack, spack-bot
- Language: Python
- Homepage: https://spack.github.io/spackbot/
- Size: 811 KB
- Stars: 9
- Watchers: 11
- Forks: 13
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Spackbot

This is a GitHub bot for the [Spack](https://github.com/spack/spack)
project. It automates various workflow tasks and handles jobs like:
* Notifying maintainers about relevant pull requests;
* Adding maintainers as reviewers if they are in the
[maintainers team](https://github.com/orgs/spack/teams/maintainers) in the
[Spack organization](https://github.com/spack);
* Inviting new maintainers to the maintainers team; and
* Automatically labeling pull requests based on modified files.
This list could easily expand in the future.
This app was built using [aiohttp](https://github.com/aio-libs/aiohttp) and
[gidgethub](https://github.com/brettcannon/gidgethub), based on @Mariatta's
excellent
[GitHub Bot Tutorial](https://github-bot-tutorial.readthedocs.io/en/latest/).
Want to learn more? Read the
⭐️ [Spackbot Documentation](https://spack.github.io/spackbot) ⭐️
## License
Spack is distributed under the terms of both the MIT license and the
Apache License (Version 2.0). Users may choose either license, at their
option.
All new contributions must be made under both the MIT and Apache-2.0
licenses.
See [LICENSE-MIT](https://github.com/spack/spackbot/blob/master/LICENSE-MIT),
[LICENSE-APACHE](https://github.com/spack/spackbot/blob/master/LICENSE-APACHE),
[COPYRIGHT](https://github.com/spack/spackbot/blob/master/COPYRIGHT), and
[NOTICE](https://github.com/spack/spackbot/blob/master/NOTICE) for details.
SPDX-License-Identifier: (Apache-2.0 OR MIT)
LLNL-CODE-811652