Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actualbudget/trafico
https://github.com/actualbudget/trafico
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/actualbudget/trafico
- Owner: actualbudget
- License: apache-2.0
- Created: 2024-06-17T15:35:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T07:27:17.000Z (6 months ago)
- Last Synced: 2024-11-13T07:34:59.141Z (about 1 month ago)
- Language: JavaScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Trafico
GitHub App built with Probot that adds appropriate labels depending on a Pull Request's status.
## Installation
Please follow the below steps to install quickly :rocket::
1. Go to the [Trafico Github App page](https://github.com/marketplace/trafico-pull-request-labeler/).
2. Click the **"Install it for free"** button down below.
3. Choose a repository.
4. Create `.github/trafico.yml` file with your settings (see `.github/trafico.sample.yml` for available settings).
5. That's it :sparkles:.
## How it works
Only watches the most recent commit :eyes::.
- Adds a `WIP` label if title starts from `WIP`, `[WIP]` or `WIP:` (can be disabled).
- Adds a `Waiting for Review` label when the PR does not have any reviews yet.
- Adds a `Changes requested` label when the PR has been reviewed with requested changes.
- Adds a `Approved` label when the PR has been reviewed and got approved (as many times as the branch's protection setting dictates).
- Adds a `Merged` label when the PR has been merged.
## Based on PRTriage Bot
This bot is based heavily on the [PR-Triage Bot](https://probot.github.io/apps/pr-triage/) by [Sam Yamashita](https://twitter.com/sota0805), so check that one if this one does not fulfill your needs.
## Contributing
Please read [Contributing Guide](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## License
Trafico © [Orhan Sönmez](https://twitter.com/orhnsnmz). Released under the [Apache 2.0](LICENSE)
Authored and maintained by [Orhan Sönmez](https://github.com/orhan).