Skip to content

Commit 642d636

Browse files
committed
chore: allow users with "read" perm to trigger retest
Currently developers on the repo; apart from the ones with "write" permissions, cannot trigger retests. this change allows users with "read" permissions to trigger retests.
1 parent 990917d commit 642d636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slash.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
[
3535
{
3636
"command": "retest",
37-
"permission": "write",
37+
"permission": "read",
3838
"issue_type": "pull-request",
3939
"repository": "tektoncd/pipeline"
4040
}
41-
]
41+
]

0 commit comments

Comments
 (0)