Skip to content

Commit 159e249

Browse files
committed
Update issue creation workflow to make title input optional with a default value
1 parent bea7a4c commit 159e249

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/copilot-issue.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ on:
55
inputs:
66
title:
77
description: 'Issue title'
8-
required: true
8+
required: false
9+
default: 'Investigation needed from Copilot Coding Agent'
910
type: string
11+
push:
12+
branches: [main]
13+
paths:
14+
- '.github/workflows/copilot-issue.yml'
1015

1116
jobs:
1217
create-issue:

0 commit comments

Comments
 (0)