Skip to content

Commit

Permalink
tools: add GitHub token permissions to label flaky-test issues
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
PR-URL: #45308
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
gabibguti authored and targos committed Dec 12, 2022
1 parent b8b13dc commit 324ae3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/label-flaky-test-issue.yml
Expand Up @@ -4,6 +4,9 @@ on:
issues:
types: [opened, labeled]

permissions:
contents: read

jobs:
label:
if: github.event.label.name == 'flaky-test'
Expand Down

0 comments on commit 324ae3d

Please sign in to comment.