Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diem/github-bouncer


https://github.com/diem/github-bouncer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# bouncer

> A GitHub App built with [Probot](https://github.com/probot/probot) that Auto approves of github action jobs that use environments to access secrets based on branch and submitter.

## Setup

```sh
# Install dependencies
npm install

# Compile typescript
npm run build

# Run the bot
npm start
```

## Contributing

If you have suggestions for how bouncer could be improved, or want to report a bug, open an issue! We'd love all and any contributions.