Duplicate row error in media_stats when source data has both NULL and empty string values for grouping columns #11
This file contains hidden or 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: issue-automation | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| automate-issues-labels: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: initial labeling | |
| uses: andymckay/labeler@master | |
| with: | |
| add-labels: "status:needs_triage" |