name-template: "Icons Update v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
commitish: main
publish: false
exclude-labels:
  - "Target: GitHub Action"
  - "Action: No Changelog"

category-template: "### $TITLE"
categories:
  - title: "➕ New Icons"
    labels:
      - "Type: New Icon"
  - title: "✏️ Changed Icons"
    labels:
      - "Type: Changed Icon"
  - title: "➖ Removed Icons"
    labels:
      - "Type: Removed Icon"

change-template: "- [#$NUMBER]: **$TITLE** by `$AUTHOR`"
version-resolver:
  major:
    labels:
      - "Version: Major"
  minor:
    labels:
      - "Version: Minor"
  patch:
    labels:
      - "Version: Patch"
  default: patch

auto-labeler:
  - label: "Action: No Changelog"
    branch:
      - "imgbot"

template: |
  ## Icons Update
  $CHANGES
