We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048795d commit aa57f6cCopy full SHA for aa57f6c
.github/workflows/label-flaky-test-issue.yml
@@ -4,6 +4,9 @@ on:
4
issues:
5
types: [opened, labeled]
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
label:
12
if: github.event.label.name == 'flaky-test'
0 commit comments