There was an error while loading. Please reload this page.
1 parent 866c8a1 commit bd6216bCopy full SHA for bd6216b
1 file changed
.github/workflows/create-issues.yml
@@ -1,5 +1,5 @@
1
name: Create Issue from Commit
2
-run-name: 'Issue: ${{ github.event.inputs.commit_sha }}'
+run-name: "${{ github.event_name == 'push' && github.event.head_commit.message || format('Issue: {0}', github.event.inputs.commit_sha) }}"
3
on:
4
push:
5
branches:
@@ -70,7 +70,7 @@ jobs:
70
*"FEATURE:"*|*"FEAT:"*)
71
type="Feature"
72
;;
73
- *"ENHANCEMENT:"*|*"ENHANCE:"*)
+ *"ENHANCEMENT:"*|*"ENHANCE:"*|*"ENHACE:"*)
74
type="Enhancement"
75
76
*"DOC:"*|*"DOCUMENTATION:"*)
0 commit comments