Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eomm/org-labels
Manage the GitHub labels of your organization repositories
https://github.com/eomm/org-labels
github-config labels management
Last synced: about 8 hours ago
JSON representation
Manage the GitHub labels of your organization repositories
- Host: GitHub
- URL: https://github.com/eomm/org-labels
- Owner: Eomm
- License: mit
- Created: 2023-04-01T08:20:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T08:30:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:47:14.549Z (3 months ago)
- Topics: github-config, labels, management
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# org-labels
Manage the GitHub labels of your organization repositories.You will get the same color and description for the same label across all your repositories!
## Usage
Quick and dirty application to sync all the repositories' labels of an organization.
To run it:- Clone the repository
- Install the dependencies with `npm install`
- Create a `.env` file with the following content:```bash
ORG=name of the organization
GITHUB_TOKEN=your github token
```- Configure the `label-config.json` file as documented [here](https://github.com/Financial-Times/github-label-sync#label-config-file)
- Finally, run the application with `npm start`## License
MIT