mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 14:37:21 +00:00
18 lines
334 B
YAML
18 lines
334 B
YAML
|
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
|