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. 💚🤖💚
- Host: GitHub
- URL: https://github.com/nodejs/bot-love
- Owner: nodejs
- Archived: true
- Created: 2018-06-01T12:20:33.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T13:06:58.000Z (over 5 years ago)
- Last Synced: 2024-10-29T16:13:30.803Z (over 1 year ago)
- Topics: node, nodejs
- Size: 1000 Bytes
- Stars: 8
- Watchers: 18
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- ???