mistercrunch commented on code in PR #27047:
URL: https://github.com/apache/superset/pull/27047#discussion_r1488714472


##########
.github/workflows/labeler.yml:
##########
@@ -19,3 +26,44 @@ jobs:
     #   run: |
     #     echo "Running translation scripts"
     #     # Generate .pot -> .po -> .json files
+
+  # This'll look at the PR body and add a label if it contains an 
issue-closing keyword
+  # it runs on every PR event, including "edited" since people tend to add 
"closes #123" in the PR body after opening it
+  label-auto-closing:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v2

Review Comment:
   Are you sure you need to checkout here?



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to