Skip to content

Commit bd6216b

Browse files
committed
Update workflow
1 parent 866c8a1 commit bd6216b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Create Issue from Commit
2-
run-name: 'Issue: ${{ github.event.inputs.commit_sha }}'
2+
run-name: "${{ github.event_name == 'push' && github.event.head_commit.message || format('Issue: {0}', github.event.inputs.commit_sha) }}"
33
on:
44
push:
55
branches:
@@ -70,7 +70,7 @@ jobs:
7070
*"FEATURE:"*|*"FEAT:"*)
7171
type="Feature"
7272
;;
73-
*"ENHANCEMENT:"*|*"ENHANCE:"*)
73+
*"ENHANCEMENT:"*|*"ENHANCE:"*|*"ENHACE:"*)
7474
type="Enhancement"
7575
;;
7676
*"DOC:"*|*"DOCUMENTATION:"*)

0 commit comments

Comments
 (0)