Skip to content

Instantly share code, notes, and snippets.

@nekomimi-daimao
Last active July 18, 2023 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekomimi-daimao/bfc7d45f54f9f5f50002a6aed93eed61 to your computer and use it in GitHub Desktop.
Save nekomimi-daimao/bfc7d45f54f9f5f50002a6aed93eed61 to your computer and use it in GitHub Desktop.
# 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