Skip to content

Commit 12c100c

Browse files
gabibgutidanielleadams
authored andcommitted
tools: add GitHub token permissions to label flaky-test issues
Signed-off-by: Gabriela Gutierrez <[email protected]> PR-URL: #45308 Reviewed-By: Luigi Pinca <[email protected]>
1 parent 84cd132 commit 12c100c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/label-flaky-test-issue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
issues:
55
types: [opened, labeled]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
label:
912
if: github.event.label.name == 'flaky-test'

0 commit comments

Comments
 (0)