Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diem/github-bouncer
https://github.com/diem/github-bouncer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diem/github-bouncer
- Owner: diem
- License: apache-2.0
- Created: 2021-03-25T01:52:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T22:38:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T09:31:08.080Z (almost 2 years ago)
- Language: TypeScript
- Size: 174 KB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.