Files
yt-dlp/.github/workflows/sanitize-comment.yml
2025-12-19 19:22:23 +00:00

19 lines
358 B
YAML

name: Sanitize comment
on:
issue_comment:
types: [created, edited]
permissions: {}
jobs:
sanitize-comment:
name: Sanitize comment
if: vars.SANITIZE_COMMENT && !github.event.issue.pull_request
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Sanitize comment
uses: yt-dlp/sanitize-comment@v1