diff --git a/.github/settings.yml b/.github/settings.yml index 33d0624..87653d1 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -22,5 +22,23 @@ repository: # Reference: https://github.com/petry-projects/.github/blob/main/standards/github-settings.md#labels--standard-set labels: - name: security - color: e4e669 - description: Security vulnerability or concern + color: d93f0b + description: Security-related PRs and issues + - name: dependencies + color: '0075ca' + description: Dependency update PRs + - name: scorecard + color: d93f0b + description: OpenSSF Scorecard findings + - name: bug + color: d73a4a + description: Bug reports + - name: enhancement + color: a2eeef + description: Feature requests + - name: documentation + color: '0075ca' + description: Documentation changes + - name: in-progress + color: fbca04 + description: An agent is actively working this issue