diff --git a/.github/release.yml b/.github/release.yml index 952a16f..8703c44 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -3,18 +3,18 @@ changelog: authors: - renovate[bot] categories: - - title: Features - labels: - - feature - - title: Bug Fixes - labels: - - fix - - title: Miscellaneous Chores - labels: - - chore - - ci - - docs - - test - - title: Other Changes - labels: - - "*" + - title: Features + labels: + - feature + - title: Bug Fixes + labels: + - fix + - title: Miscellaneous Chores + labels: + - chore + - ci + - docs + - test + - title: Other Changes + labels: + - "*" diff --git a/.github/workflows/conventional-label.yml b/.github/workflows/conventional-label.yml index e84b650..1d7ee3a 100644 --- a/.github/workflows/conventional-label.yml +++ b/.github/workflows/conventional-label.yml @@ -1,6 +1,6 @@ on: pull_request_target: - types: [ opened, edited ] + types: [opened, edited] name: conventional-release-labels jobs: label: