kbendick commented on a change in pull request #1686:
URL: https://github.com/apache/iceberg/pull/1686#discussion_r514030374
##########
File path: .github/workflows/labeler.yml
##########
@@ -0,0 +1,11 @@
+name: "Pull Request Labeler"
+on: [pull_request]
+
+jobs:
+ triage:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v2
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
Review comment:
If the apache github organization has enabled Github Actions for all of
the repos, this should just work. If not, I'll need to reach out to the ASF
Infra team to have them enable github actions for this repo.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]