diff --git a/.github/workflows/changelog-pr.yml b/.github/workflows/changelog-pr.yml index bef7566af..7d6e52351 100644 --- a/.github/workflows/changelog-pr.yml +++ b/.github/workflows/changelog-pr.yml @@ -62,7 +62,7 @@ jobs: obj.labels.includes("update script") ? [ { title: "🐞 Bug Fixes", labels: ["bugfix"], notes: [] }, { title: "✨ New Features", labels: ["feature"], notes: [] }, - { title: "💥 Breaking Changes", labels: ["breaking change"], notes: [] } + { title: "💥 Breaking Changes", labels: ["breaking change"], notes: [] }, { title: "🔧 Refactor", labels: ["refactor"], notes: [] }, ] : obj.labels.includes("maintenance") ? [ @@ -226,4 +226,4 @@ jobs: PR_NUMBER=$(gh pr list --head "${BRANCH_NAME}" --json number --jq '.[].number') if [ -n "$PR_NUMBER" ]; then gh pr review $PR_NUMBER --approve - fi \ No newline at end of file + fi