Unexpected error of type DispatchError raised while running data exploratory profiler from function spark_get_series_descriptions #188
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: Label issues | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
label_issues: | |
runs-on: ubuntu-22.04 | |
permissions: | |
issues: write | |
steps: | |
- name: Label issues | |
uses: andymckay/labeler@master | |
with: | |
add-labels: "needs-triage" | |
repo-token: ${{ secrets.ACCESS_TOKEN }} | |
ignore-if-labeled: true |