yt-dlp occasionally freezes and leaves behind undeletable files until restart #21311
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: Sanitize comment | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| permissions: | |
| issues: write | |
| jobs: | |
| sanitize-comment: | |
| name: Sanitize comment | |
| if: vars.SANITIZE_COMMENT && !github.event.issue.pull_request | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Sanitize comment | |
| uses: yt-dlp/sanitize-comment@v1 |