Skip to content

Commit f6eacb4

Browse files
authored
CI: remove comment-bot (#47416)
remove comment-bot
1 parent f7c8fc8 commit f6eacb4

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

.github/workflows/comment_bot.yml

-40
This file was deleted.

doc/source/development/contributing.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,7 @@ Autofixing formatting errors
326326
----------------------------
327327

328328
We use several styling checks (e.g. ``black``, ``flake8``, ``isort``) which are run after
329-
you make a pull request. If there is a scenario where any of these checks fail then you
330-
can comment::
331-
332-
@github-actions pre-commit
333-
334-
on that pull request. This will trigger a workflow which will autofix formatting
335-
errors.
329+
you make a pull request.
336330

337331
To automatically fix formatting errors on each commit you make, you can
338332
set up pre-commit yourself. First, create a Python :ref:`environment

0 commit comments

Comments
 (0)