Skip to content

Commit

Permalink
docs: Add note about GitHub Apps
Browse files Browse the repository at this point in the history
Related to #1217 and #1218. What do you think, @gr2m?
  • Loading branch information
RichardLitt committed Sep 13, 2018
1 parent d2a76fa commit c1f608a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Please note that this project is released with a [Contributor Code of Conduct](.
- [Running tests](#running-tests)
* [Airplane mode](#airplane-mode)
- [Release Process](#release-process)
- [GitHub Apps](#github-apps)
- [Becoming a maintainer](#becoming-a-maintainer)

<!-- tocstop -->
Expand Down Expand Up @@ -67,6 +68,12 @@ All of our releases are automated using [semantic-release](https://github.com/se

We use @nockbot as a separate account for releases, because npm tokens cannot be scoped to a single package. This improves our security model in case of a data breach involving npm tokens. @nockbot's credentials were set up by @gr2m; contact him if for any reason you need to change this in the future.

## GitHub Apps

We use several GitHub apps to help maintain this repository. While we would like to address every issue and while we would like to be on hand to support every person, Nock is pretty much entirely volunteer run, and we simply don't have the time to do everything. Please don't be offended if an automated app posts in your issue! We're doing what we can with with we have.

Currently, we use the [Stale](https://github.com/apps/stale) and [Lock](https://github.com/apps/lock) apps to mark old issues as stale, and to lock issues which have been closed to stop drive-by comments. You can see the configuration files for these in [.github/](.github).

## Becoming a maintainer

So you want to do more than file a bug or submit a PR? Awesome!
Expand Down

0 comments on commit c1f608a

Please sign in to comment.