Skip to content

Commit 510ac64

Browse files
vdemeestertekton-robot
authored andcommitted
fix: Add missing comma in slash commands workflow
- Ensure valid syntax in workflow configuration - Prevent potential workflow parsing errors Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8f73818 commit 510ac64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
"permission": "write",
3838
"issue_type": "pull-request",
3939
"repository": "tektoncd/pipeline"
40-
}
40+
},
4141
{
4242
"command": "e2e-extras",
4343
"permission": "write",

0 commit comments

Comments
 (0)