Delete .github/workflows/delete_doc_comment_trigger.yml

This commit is contained in:
Thomas Simonini
2024-03-01 16:22:39 +01:00
committed by GitHub
parent dbc300003c
commit c43bad97b7

View File

@@ -1,12 +0,0 @@
name: Delete doc comment trigger
on:
pull_request:
types: [ closed ]
jobs:
delete:
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment_trigger.yml@main
with:
pr_number: ${{ github.event.number }}