Last active
July 18, 2023 13:02
-
-
Save nekomimi-daimao/bfc7d45f54f9f5f50002a6aed93eed61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/micnncim/action-label-syncer | |
# https://keepachangelog.com/en/1.1.0/ | |
- name: added | |
description: Added for new features. | |
color: 66FF66 | |
- name: changed | |
description: Changed for changes in existing functionality. | |
color: 33FFFF | |
- name: deprecated | |
description: Deprecated for soon-to-be removed features. | |
color: FF3366 | |
- name: removed | |
description: Removed for now removed features. | |
color: FF0000 | |
- name: fixed | |
description: Fixed for any bug fixes. | |
color: E00FDB | |
- name: security | |
description: Security in case of vulnerabilities. | |
color: FFFF00 | |
- name: doc | |
description: Update Documentation. | |
color: 3300FF | |
- name: other | |
description: Other. | |
color: 666666 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment