mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Update .github/workflows/delete_doc_comment.yml
Co-authored-by: Mishig <mishig.davaadorj@coloradocollege.edu>
This commit is contained in:
parent
c1109bf99b
commit
f9c228b521
12
.github/workflows/delete_doc_comment.yml
vendored
12
.github/workflows/delete_doc_comment.yml
vendored
@ -1,14 +1,12 @@
|
|||||||
name: Delete doc comment
|
name: Delete doc comment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
pull_request:
|
||||||
workflows: ["Delete doc comment trigger"]
|
types: [ closed ]
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
delete:
|
delete:
|
||||||
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
|
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment_trigger.yml@main
|
||||||
secrets:
|
with:
|
||||||
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
|
pr_number: ${{ github.event.number }}
|
Loading…
Reference in New Issue
Block a user