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

https://github.com/nodejs/automation

Better automation for the Node.js project
https://github.com/nodejs/automation

node nodejs

Last synced: 2 months ago
JSON representation

Better automation for the Node.js project

Awesome Lists containing this project

README

          

# Node.js Automation Team

The Node.js Automation Team focuses on building tools, bots and scripts that
help Node.js collaborators maintain the Node.js project.

### Getting Involved

- This team serves the Node.js collaborators and releasers, so if you want to
get involved but are not one of them, you may want to learn more about the
development and release process of Node.js before rolling up your sleeves.
- Hop on the [#node-dev](https://webchat.freenode.net/?channels=node-dev) IRC
channel if you have questions about Node.js's development or release process.
- Hop on the [#node-build](https://webchat.freenode.net/?channels=node-build)
IRC channel if you have questions about the Node.js CI. There is also the
[nodejs/build](https://github.com/nodejs/build) repository where the
Node.js build working group can help you with Node.js's build infrastructure.

### @nodejs/automation

People to ping for automation-related issues in the organization.

- [@aashil](https://github.com/aashil) - Aashil Patel
- [@abouthiroppy](https://github.com/abouthiroppy) - Yuta Hiroto
- [@al-k21](https://github.com/al-k21) - Oleksandr Kushchak
- [@alopezsanchez](https://github.com/alopezsanchez) - Alejandro López
- [@BethGriggs](https://github.com/BethGriggs) - Bethany Nicolle Griggs
- [@bnb](https://github.com/bnb) - Tierney Cyren
- [@cPhost](https://github.com/cPhost) - Priyank P.
- [@ev1stensberg](https://github.com/ev1stensberg) - Even Stensberg
- [@evanlucas](https://github.com/evanlucas) - Evan Lucas
- [@gibfahn](https://github.com/gibfahn) - Gibson Fahnestock
- [@GithubGoldMiner](https://github.com/GithubGoldMiner) - MaxM422
- [@JasonEtco](https://github.com/JasonEtco) - Jason Etcovitch
- [@joshholl](https://github.com/joshholl) - Joshua Hollandsworth
- [@joyeecheung](https://github.com/joyeecheung) - Joyee Cheung
- [@maclover7](https://github.com/maclover7) - Jon Moss
- [@matchai](https://github.com/matchai) - Matan Kushner
- [@MylesBorins](https://github.com/MylesBorins) - Myles Borins
- [@nodejs-github-bot](https://github.com/nodejs-github-bot) - Node.js GitHub Bot
- [@phillipj](https://github.com/phillipj) - Phillip Johnsen
- [@refack](https://github.com/refack) - Refael Ackermann
- [@richardlau](https://github.com/richardlau) - Richard Lau
- [@riyadhalnur](https://github.com/riyadhalnur) - Riyadh Al Nur
- [@rvagg](https://github.com/rvagg) - Rod Vagg
- [@targos](https://github.com/targos) - Michaël Zasso
- [@Tiriel](https://github.com/Tiriel) - Benjamin Zaslavsky
- [@tniessen](https://github.com/tniessen) - Tobias Nießen
- [@vicky002](https://github.com/vicky002) - Vikesh Tiwari

### @nodejs/automation-collaborators

People who have write access to all automation-related repositories.

- [@evanlucas](https://github.com/evanlucas) - Evan Lucas
- [@joyeecheung](https://github.com/joyeecheung) - Joyee Cheung
- [@MylesBorins](https://github.com/MylesBorins) - Myles Borins
- [@nodejs-github-bot](https://github.com/nodejs-github-bot) - Node.js GitHub Bot
- [@rvagg](https://github.com/rvagg) - Rod Vagg
- [@targos](https://github.com/targos) - Michaël Zasso

### @nodejs/automation-admins

People who have admin access to all automation-related repositories.

- [@evanlucas](https://github.com/evanlucas) - Evan Lucas
- [@joyeecheung](https://github.com/joyeecheung) - Joyee Cheung
- [@MylesBorins](https://github.com/MylesBorins) - Myles Borins
- [@rvagg](https://github.com/rvagg) - Rod Vagg
- [@targos](https://github.com/targos) - Michaël Zasso

## Projects / Repositories maintained by [automation](https://github.com/nodejs/automation)

- [automation](https://github.com/nodejs/automation)
- General discussions and documentations about automation.
- [branch-diff](https://github.com/nodejs/branch-diff)
- A tool to list print the commits on one git branch that are not on
another using loose comparison.
- [changelog-maker](https://github.com/nodejs/changelog-maker)
- A git log to CHANGELOG.md tool.
- [commit-stream](https://github.com/nodejs/commit-stream)
- Turn a `git log` into a stream of commit objects.
- [core-validate-commit](https://github.com/nodejs/core-validate-commit)
- Validate commit messages for Node.js core.
- [github-bot](https://github.com/nodejs/github-bot)
- @nodejs-github-bot's heart and soul.
- [node-auto-test](https://github.com/nodejs/node-auto-test)
- A [nodejs/node](https://github.com/nodejs/node) clone for testing tools
and bots.
- [node-core-utils](https://github.com/nodejs/node-core-utils)
- Command line tools for Collaborators.
- [node-review](https://github.com/nodejs/node-review)
- A browser extension that generates the metadata required for landing
a Node.js Pull Request.