An open API service indexing awesome lists of open source software.

https://github.com/nodejs/bot-love

Discussing practical uses of bots, GitHub Apps, and automation in the Node.js organization. 💚🤖💚
https://github.com/nodejs/bot-love

node nodejs

Last synced: 10 months ago
JSON representation

Discussing practical uses of bots, GitHub Apps, and automation in the Node.js organization. 💚🤖💚

Awesome Lists containing this project

README

          

# Node.js Foundation Node.js Collab Summit Spring Bot

## Initial Links

* **Original GitHub Issue**: https://github.com/nodejs/admin/issues/128
* **Original Collaborative Noteapd**: https://hackmd.io/E8GitDPnTi-5hseK0JPHTA?edit

## Bots Collab Attendees/Team
Ben (@tiriel)
Tierney (@bnb)
Shelley (@codebytere)
Manil (@chowdhurian)
Stephanie (@linse)

### Notes From Original Meeting

#### Background Context
- Badges bot needs to be implemented
- years of bot need buildup
- we need to figure out how we can implement bots for the org
- need to reduce maintainer burden

#### Identify the processes/areas where bots can improve Node.js
- Automatically comment on Node.js core PRs when CI fails, with CI failure info
- Automatically opening backport PRs for review
- When flaky tests fail, automatically comment that the failing tests are flaky
- Moderation tooling - adding
- respond with relevant intro information to new issues, first issues, first PRs, etc.
- Badges bot to assign badges to users
- Surface old issues or PRs

A _lot_ of what we want to do has already been built with Probot:
- https://probot.github.io/apps/
- https://github.com/search?q=topic%3Aprobot-app&type=Repositories

#### Identify how we can begin implmenting bots
- ???