1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-17 08:24:01 +01:00
yt-dlp/.github/workflows/sanitize-comment.yml

18 lines
334 B
YAML
Raw Normal View History

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