We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2099882 commit e3fd35dCopy full SHA for e3fd35d
1 file changed
.github/workflows/labeler.yml
@@ -36,7 +36,8 @@ jobs:
36
# otherwise labeler is failing:
37
# https://github.com/apache/datafusion/issues/3743
38
permissions:
39
- contents: read
+ contents: write
40
+ issues: write
41
pull-requests: write
42
steps:
43
- uses: actions/checkout@v4
0 commit comments