repo.or.cz
/
yt-dlp3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 2024.11.18
[yt-dlp3.git]
/
.github
/
workflows
/
sanitize-comment.yml
blob
45c87cdd479caafc815b8492b8d4b4855c96ede8
1
name: Sanitize comment
2
3
on:
4
issue_comment:
5
types: [created, edited]
6
7
permissions:
8
issues: write
9
10
jobs:
11
sanitize-comment:
12
name: Sanitize comment
13
if: vars.SANITIZE_COMMENT && !github.event.issue.pull_request
14
runs-on: ubuntu-latest
15
steps:
16
- name: Sanitize comment
17
uses: yt-dlp/sanitize-comment@v1