Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
2db73f4a
Unverified
Commit
2db73f4a
authored
Dec 28, 2023
by
Sayak Paul
Committed by
GitHub
Dec 28, 2023
Browse files
remove delete documentation trigger workflows. (#6373)
parent
84d7faeb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
26 deletions
+0
-26
.github/workflows/delete_doc_comment.yml
.github/workflows/delete_doc_comment.yml
+0
-14
.github/workflows/delete_doc_comment_trigger.yml
.github/workflows/delete_doc_comment_trigger.yml
+0
-12
No files found.
.github/workflows/delete_doc_comment.yml
deleted
100644 → 0
View file @
84d7faeb
name
:
Delete doc comment
on
:
workflow_run
:
workflows
:
[
"
Delete
doc
comment
trigger"
]
types
:
-
completed
jobs
:
delete
:
uses
:
huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
secrets
:
comment_bot_token
:
${{ secrets.COMMENT_BOT_TOKEN }}
\ No newline at end of file
.github/workflows/delete_doc_comment_trigger.yml
deleted
100644 → 0
View file @
84d7faeb
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 }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment