DevOps / Github Interview questions
What are GitHub labels?
Labels are colored tags applied to issues and pull requests for categorization and filtering, such as bug, enhancement, or good first issue. Every repository comes with a small set of default labels, which can be edited, removed, or extended with custom ones.
Labels power filtering in the issue list, drive automation rules in GitHub Projects (like moving a card when a specific label is applied), and are commonly used by open-source maintainers to flag beginner-friendly issues, which is where good first issue and help wanted became something of a GitHub-wide convention.
More Related questions...