kbendick commented on a change in pull request #1686:
URL: https://github.com/apache/iceberg/pull/1686#discussion_r514029782



##########
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 }}"
+        sync-labels: true

Review comment:
       This indicates we want it to run whenever the file change, so that the 
labels are up to date with what is touched.




----------------------------------------------------------------
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]

Reply via email to