[BUG] Error while using "LightGMB" on Fabric #154
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Acknowledge Issue | |
on: | |
issues: | |
types: opened | |
jobs: | |
commentor: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Comment to acknowledge issue | |
uses: peter-evans/create-or-update-comment@v4 | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
Hey @${{ github.event.issue.user.login }} :wave:! | |
Thank you so much for reporting the issue/feature request :rotating_light:. | |
Someone from SynapseML Team will be looking to triage this issue soon. | |
We appreciate your patience. |