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
chenpangpang
transformers
Commits
d6392482
Unverified
Commit
d6392482
authored
Dec 06, 2023
by
Maria Khalusova
Committed by
GitHub
Dec 06, 2023
Browse files
removed the delete doc workflows (#27852)
parent
acd65316
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 @
acd65316
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 @
acd65316
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