Skip to content

Commit aa57f6c

Browse files
gabibgutidanielleadams
authored andcommitted
tools: add GitHub token permissions to label flaky-test issues
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com> PR-URL: #45308 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 048795d commit aa57f6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)