Update pr template and WF (#3200)

* update pr template and WF

* update pr template and WF

* update pr template and WF
This commit is contained in:
Michel Roegl-Brunner
2025-03-18 11:54:58 +01:00
committed by GitHub
parent ea666ccdb5
commit e6dd7ac5a1
5 changed files with 72 additions and 22 deletions

View File

@@ -21,6 +21,11 @@
"title": "💥 Breaking Changes",
"labels": ["breaking change"],
"notes" : []
},
{
"title": "🔧 Refactor",
"labels": ["refactor"],
"notes" : []
}
]
},
@@ -57,6 +62,16 @@
"title": "📂 Github",
"labels": ["github"],
"notes" : []
},
{
"title" :"📝 Documentation",
"labels": ["documentation"],
"notes" : []
},
{
"title" :"🔧 Refactor",
"labels": ["refactor"],
"notes" : []
}
]
},