You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some GitHub Actions workflows which can be triggered via comments:
If you comment @github-actions pre-commit on a pull request, it will trigger a workflow which will autofix formatting errors (e.g. from black or isort)
@meeseeksdev backport will trigger a workflow which will backport a given change to a branch (e.g. @meeseeksdev backport 1.2.x)
If you comment take on an issue, it will trigger a workflow which will assign the issue to you
These should be documented somewhere in the docs - I think doc/source/development/contributing.rst might be a sensible location. take is already documented in there, but the other two aren't
The text was updated successfully, but these errors were encountered:
xref #38444 (comment)
There are some GitHub Actions workflows which can be triggered via comments:
@github-actions pre-commit
on a pull request, it will trigger a workflow which will autofix formatting errors (e.g. fromblack
orisort
)@meeseeksdev backport
will trigger a workflow which will backport a given change to a branch (e.g.@meeseeksdev backport 1.2.x
)take
on an issue, it will trigger a workflow which will assign the issue to youThese should be documented somewhere in the docs - I think
doc/source/development/contributing.rst
might be a sensible location.take
is already documented in there, but the other two aren'tThe text was updated successfully, but these errors were encountered: