Skip to content

Commit e3fd35d

Browse files
committed
fix labeler
1 parent 2099882 commit e3fd35d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
# otherwise labeler is failing:
3737
# https://github.com/apache/datafusion/issues/3743
3838
permissions:
39-
contents: read
39+
contents: write
40+
issues: write
4041
pull-requests: write
4142
steps:
4243
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)