Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandchowdhary/color-labels-action
🏷🌈 GitHub Action to add some color to issue labels
https://github.com/anandchowdhary/color-labels-action
automation colors github-actions issue-labels issues label-colors labels typescript
Last synced: 3 months ago
JSON representation
🏷🌈 GitHub Action to add some color to issue labels
- Host: GitHub
- URL: https://github.com/anandchowdhary/color-labels-action
- Owner: AnandChowdhary
- License: mit
- Created: 2022-10-13T08:12:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T02:59:24.000Z (9 months ago)
- Last Synced: 2024-10-10T10:47:51.787Z (3 months ago)
- Topics: automation, colors, github-actions, issue-labels, issues, label-colors, labels, typescript
- Language: TypeScript
- Homepage: https://anandchowdhary.github.io/color-labels-action
- Size: 1.03 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏷🌈 Color Labels Action
Automatically color all labels in your repository.
[![Build CI](https://github.com/AnandChowdhary/color-labels-action/workflows/Build%20CI/badge.svg)](https://github.com/AnandChowdhary/color-labels-action/actions?query=workflow%3A%22Build+CI%22)
[![Test CI](https://github.com/AnandChowdhary/color-labels-action/workflows/Test%20CI/badge.svg)](https://github.com/AnandChowdhary/color-labels-action/actions?query=workflow%3A%22Test+CI%22)
[![Release CI](https://github.com/AnandChowdhary/color-labels-action/workflows/Release%20CI/badge.svg)](https://github.com/AnandChowdhary/color-labels-action/actions?query=workflow%3A%22Release+CI%22)
[![Node CI](https://github.com/AnandChowdhary/color-labels-action/workflows/Node%20CI/badge.svg)](https://github.com/AnandChowdhary/color-labels-action/actions?query=workflow%3A%22Node+CI%22)## ⭐ How it works
If you're programmatically creating new labels for your repository, they would all be boring and gray. This Action automatically adds nice, soft colors for all your repository labels that are gray.
You can run this Action after updating labels:
```yaml
name: Test CI
on:
push:
branches: [main]
jobs:
test:
name: Something that updates labels
runs-on: ubuntu-18.04
steps:
# Do something with labels
# Then run this Action
- name: Color all labels
uses: AnandChowdhary/color-labels-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```## 📄 License
- Code: [MIT](./LICENSE) © [Anand Chowdhary](https://anandchowdhary.com)
- "GitHub" is a trademark of GitHub, Inc.