Skip to content

Commit 77bda58

Browse files
[WF] Raise write permission (#1495)
1 parent fbbe5cd commit 77bda58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/async-list-label.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ name: Collect and print async labels
99
branches:
1010
- master
1111

12-
permissions: {}
12+
permissions:
13+
pull-requests: write # to update labels
1314

1415
jobs:
1516
list_async_labels:

0 commit comments

Comments
 (0)