kevinjqliu commented on code in PR #910:
URL: https://github.com/apache/iceberg-go/pull/910#discussion_r3089609980
##########
.github/workflows/labeler.yml:
##########
@@ -30,4 +30,5 @@ jobs:
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
Review Comment:
```suggestion
```
nit: this might not be necessary
https://github.com/apache/iceberg/blob/main/.github/workflows/labeler.yml
##########
.github/labeler.yml:
##########
@@ -17,9 +17,13 @@
# Pull request labeler Github Action Configuration:
https://github.com/marketplace/actions/labeler
INFRA:
- - .asf.yaml
- - .gitattributes
- - .gitignore
- - .github/**/*
- - .pre-commit-config.yaml
- - dev/**/*
+ - changed-files:
Review Comment:
LGTM looks like same syntax as
https://github.com/apache/iceberg/blob/304c00f3c17a67a7eb2306cf018fe8ba5647e4b1/.github/labeler.yml#L21-L33
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]