mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-24 21:48:06 +00:00
Fix wf (#3206)
This commit is contained in:
parent
001811a1e9
commit
31adca48d7
6
.github/workflows/changelog-pr.yml
vendored
6
.github/workflows/changelog-pr.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
{ title: "🐞 Bug Fixes", labels: ["bugfix"], notes: [] },
|
||||
{ title: "✨ New Features", labels: ["feature"], notes: [] },
|
||||
{ title: "💥 Breaking Changes", labels: ["breaking change"], notes: [] }
|
||||
{ title: "🔧 Refactor, labels: ["refactor"], notes: [] }
|
||||
{ title: "🔧 Refactor", labels: ["refactor"], notes: [] },
|
||||
] :
|
||||
obj.labels.includes("maintenance") ? [
|
||||
{ title: "🐞 Bug Fixes", labels: ["bugfix"], notes: [] },
|
||||
@ -71,8 +71,8 @@ jobs:
|
||||
{ title: "💥 Breaking Changes", labels: ["breaking change"], notes: [] },
|
||||
{ title: "📡 API", labels: ["api"], notes: [] },
|
||||
{ title: "Github", labels: ["github"], notes: [] },
|
||||
{ title: "📝 Documentation", labels: ["documentation"], notes: [] }
|
||||
{ title: "🔧 Refactor, labels: ["refactor"], notes: [] }
|
||||
{ title: "📝 Documentation", labels: ["documentation"], notes: [] },
|
||||
{ title: "🔧 Refactor", labels: ["refactor"], notes: [] }
|
||||
] :
|
||||
obj.labels.includes("website") ? [
|
||||
{ title: "🐞 Bug Fixes", labels: ["bugfix"], notes: [] },
|
||||
|
Loading…
x
Reference in New Issue
Block a user