dolthub/dolt#9984: Fix nil dereference by Dispose() in GROUP BY iterator when Next() is never called
#1569
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: Label Customer Issues | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| branches: [main] | |
| types: [opened] | |
| jobs: | |
| label_customer_issues: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dolthub/label-customer-issues@main | |
| with: | |
| repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} | |
| issue-label: customer issue | |
| pr-label: contribution | |
| exclude: dependabot |