Skip to content

Commit 99d639d

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 b257f86 commit 99d639d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)