Skip to content

Commit 6eaf947

Browse files
committed
Fix typo in pattern for picking up correct issue type
1 parent e679c7d commit 6eaf947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline_approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
pipeline_approval:
1111
# Only run for pipeline proposal issues
12-
if: startsWith(github.event.issue.title, 'New Pipeline')
12+
if: startsWith(github.event.issue.title, 'New pipeline')
1313
runs-on: ubuntu-latest
1414

1515
steps:

0 commit comments

Comments
 (0)