Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nix-community/label-approved
a program to label approved PRs in nixpkgs [maintainer=@Artturin]
https://github.com/nix-community/label-approved
Last synced: 3 months ago
JSON representation
a program to label approved PRs in nixpkgs [maintainer=@Artturin]
- Host: GitHub
- URL: https://github.com/nix-community/label-approved
- Owner: nix-community
- Created: 2022-04-11T10:19:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T00:45:30.000Z (5 months ago)
- Last Synced: 2024-07-22T18:56:06.331Z (3 months ago)
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Label approved
adds one of 3 labels to a approved commit
```
"12.approvals: 1"
"12.approvals: 2"
"12.approvals: 3+
```https://github.com/NixOS/nixpkgs/labels?q=approvals+
## Usage
set `GITHUB_BOT_TOKEN` or `GITHUB_TOKEN` to a github token with permissions to add labels
```bash
nix run
```## Reasoning
github doesn't have a way to show approvals made by non-committers.
i created this to give non-committers a way to help committers.