Skip to content

Commit 0bf4ba7

Browse files
committed
Declare permissions for labeler-train workflow
1 parent 3d594d1 commit 0bf4ba7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/labeler-train.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ on:
4545
required: true
4646
default: "staging"
4747

48+
permissions:
49+
issues: read
50+
pull-requests: read
51+
actions: write
52+
4853
jobs:
4954
# Without specifying a pageSize of 1 for downloading pull requests, the requests time out
5055
# Directly invoking the individual workflows until https://github.com/dotnet/issue-labeler/issues/97 is addressed

0 commit comments

Comments
 (0)