Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

justedlev/github-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏷️ GitHub Labels Repository

This repository contains a reusable and version-controlled set of GitHub issue/PR labels in YAML (or JSON) format. It is designed to help you maintain consistent labeling across multiple repositories.

📌 Why use shared labels?

  • ✅ Consistency across all your GitHub repos
  • 🎯 Clear triage, prioritization, and contribution flows
  • 🔁 Easily syncable using EndBug/label-sync
  • 🔒 Version-controlled and collaborative

You can mix and match based on the needs of each project.

⚙️ How to Use

To sync labels to a repository using EndBug/label-sync, you can copy or reference this file directly.

🔁 Example GitHub Actions Workflow

You can see the example of labels here

name: Sync Labels

on:
  workflow_dispatch:

jobs:
  sync-labels:
    runs-on: ubuntu-latest

    steps:
      - name: Sync labels
        uses: EndBug/label-sync@v2
        with:
          config-file: |
            https://raw.githubusercontent.com/justedlev/github-labels/main/area.yml
            https://raw.githubusercontent.com/justedlev/github-labels/main/status.yml
            https://raw.githubusercontent.com/justedlev/github-labels/main/language.yml
            https://raw.githubusercontent.com/justedlev/github-labels/main/type.yml
            https://raw.githubusercontent.com/justedlev/github-labels/main/priority.yml
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

🏷️ GitHub labels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published